branch: externals/xeft
commit 6c94f7bdb41214f37747ab58ca3ce6d5c3258735
Author: Yuan Fu <caso...@gmail.com>
Commit: Yuan Fu <caso...@gmail.com>

    * xeft.el (xeft-refresh): Fix to show the "create note" prompt.
---
 xeft.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xeft.el b/xeft.el
index 4efc581560..79396b3771 100644
--- a/xeft.el
+++ b/xeft.el
@@ -494,7 +494,7 @@ non-nil, display all results."
                           file search-phrase))
                      ;; NOTE: this string is referred in
                      ;; ‘xeft-create-note’.
-                     "Press RET to create a new note")
+                     (insert "Press RET to create a new note"))
                    ;; Insert clipped notice.
                    (when list-clipped
                      (insert

Reply via email to