diff lisp/generic.el @ 60849:cb4033032773

(generic-make-keywords-list): Add autoload cookie.
author Lute Kamstra <lute@gnu.org>
date Wed, 23 Mar 2005 10:27:15 +0000
parents 1771db839aa6
children 92071f8a7671 13796b0653c7
line wrap: on
line diff
--- a/lisp/generic.el	Wed Mar 23 10:09:18 2005 +0000
+++ b/lisp/generic.el	Wed Mar 23 10:27:15 2005 +0000
@@ -407,6 +407,7 @@
 (and generic-use-find-file-hook
     (add-hook 'find-file-hooks 'generic-mode-find-file-hook))
 
+;;;###autoload
 (defun generic-make-keywords-list (keywords-list face &optional prefix suffix)
   "Return a regular expression matching the specified KEYWORDS-LIST.
 The regexp is highlighted with FACE."