summaryrefslogtreecommitdiff
path: root/lisp
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
parentc06b6e6f7bae841ae291392c481e6117a130a8a0 (diff)
downloademacs-1d96c2ff76b903f0026f29b06a780b53ec319bf8.tar.gz
emacs-1d96c2ff76b903f0026f29b06a780b53ec319bf8.tar.bz2
emacs-1d96c2ff76b903f0026f29b06a780b53ec319bf8.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/generic.el2
-rw-r--r--lisp/locate.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/generic.el b/lisp/generic.el
index 636bbff0b65..441852609cf 100644
--- a/lisp/generic.el
+++ b/lisp/generic.el
@@ -224,7 +224,7 @@ to determine if files in fundamental mode should be put into
;; Functions
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;### autoload
+;;;###autoload
(defun define-generic-mode (name comment-list keyword-list font-lock-list
auto-mode-list function-list
&optional description)
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