diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-23 22:12:05 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-23 22:12:05 +0000 |
commit | 20bf672efe1eaed76cfb7f9bc5438724ae33ef52 (patch) | |
tree | 103c401c3a08ad9e297fbac46fdacd1337deddf1 /lisp/locate.el | |
parent | c63ae004022b6f26744f88232d30f017e0db5f7d (diff) | |
download | emacs-20bf672efe1eaed76cfb7f9bc5438724ae33ef52.tar.gz |
Add comment.
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)) |