]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <done@ece.arizona.edu>
Wed, 3 Jun 1998 16:40:32 +0000 (16:40 +0000)
committerDan Nicolaescu <done@ece.arizona.edu>
Wed, 3 Jun 1998 16:40:32 +0000 (16:40 +0000)
lisp/generic.el
lisp/locate.el

index 636bbff0b65561e87a47da6183676dce91814434..441852609cfc1a8a6f9ad8c87de39680d663ac53 100644 (file)
@@ -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)
index 0917db90b88f63e37e27b11d3e65448d2549be43..0330a45453f9acad5af48762f03d72a5bf7286d2 100644 (file)
 (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
     )
   )
 
-;;;### autoload
+;;;###autoload
 (defun locate-with-filter (search-string filter)
   "Run the locate command with a filter."
   (interactive