From 1d96c2ff76b903f0026f29b06a780b53ec319bf8 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 3 Jun 1998 16:40:32 +0000 Subject: [PATCH] *** empty log message *** --- lisp/generic.el | 2 +- lisp/locate.el | 4 ++-- 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 -- 2.39.2