diff options
Diffstat (limited to 'lisp/locate.el')
-rw-r--r-- | lisp/locate.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/locate.el b/lisp/locate.el index c467665a8e5..40e8ddc65c3 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -200,7 +200,7 @@ With prefix arg, prompt for the locate command to run." (+ 2 (length (car locate-cmd)))) nil nil 'locate-history-list)) (let* ((default (locate-word-at-point)) - (input + (input (read-from-minibuffer (if (> (length default) 0) (format "Locate (default `%s'): " default) |