aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-04-23 22:12:05 +0000
committerChong Yidong2007-04-23 22:12:05 +0000
commit20bf672efe1eaed76cfb7f9bc5438724ae33ef52 (patch)
tree103c401c3a08ad9e297fbac46fdacd1337deddf1
parentc63ae004022b6f26744f88232d30f017e0db5f7d (diff)
downloademacs-20bf672efe1eaed76cfb7f9bc5438724ae33ef52.tar.gz
emacs-20bf672efe1eaed76cfb7f9bc5438724ae33ef52.zip
Add comment.
-rw-r--r--lisp/locate.el1
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."
245 (skip-chars-backward "." pt) 245 (skip-chars-backward "." pt)
246 (point))))) 246 (point)))))
247 247
248;; Function for use in interactive declarations.
248(defun locate-prompt-for-search-string () 249(defun locate-prompt-for-search-string ()
249 (if (or (and current-prefix-arg 250 (if (or (and current-prefix-arg
250 (not locate-prompt-for-command)) 251 (not locate-prompt-for-command))