summaryrefslogtreecommitdiff
path: root/lisp/locate.el
diff options
context:
space:
mode:
authorDan Nicolaescu <done@ece.arizona.edu>1998-06-03 16:40:32 +0000
committerDan Nicolaescu <done@ece.arizona.edu>1998-06-03 16:40:32 +0000
commit1d96c2ff76b903f0026f29b06a780b53ec319bf8 (patch)
tree7d254143b67580dca679fbac2d56d526560168d3 /lisp/locate.el
parentc06b6e6f7bae841ae291392c481e6117a130a8a0 (diff)
downloademacs-1d96c2ff76b903f0026f29b06a780b53ec319bf8.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/locate.el')
-rw-r--r--lisp/locate.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/locate.el b/lisp/locate.el
index 0917db90b88..0330a45453f 100644
--- a/lisp/locate.el
+++ b/lisp/locate.el
@@ -165,7 +165,7 @@
(defun locate-default-make-command-line (search-string)
(list locate-command search-string))
-;;;### autoload
+;;;###autoload
(defun locate (search-string &optional filter)
"Run the program `locate', putting results in `*Locate*' buffer."
(interactive
@@ -195,7 +195,7 @@
)
)
-;;;### autoload
+;;;###autoload
(defun locate-with-filter (search-string filter)
"Run the locate command with a filter."
(interactive