diff options
Diffstat (limited to 'lisp/locate.el')
-rw-r--r-- | lisp/locate.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/locate.el b/lisp/locate.el index d0ef749281b..74a76fa4889 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -245,6 +245,7 @@ that is, with a prefix arg, you get the default behavior." (skip-chars-backward "." pt) (point))))) +;; Function for use in interactive declarations. (defun locate-prompt-for-search-string () (if (or (and current-prefix-arg (not locate-prompt-for-command)) |