(generic-make-keywords-list): Add autoload cookie.

This commit is contained in:
Lute Kamstra 2005-03-23 10:28:02 +00:00
parent ca2d9ad843
commit ef300cff21
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2005-03-23 Lute Kamstra <lute@gnu.org>
* generic.el (generic-make-keywords-list): Add autoload cookie.
* calendar/time-date.el: Add comment on time value formats. Don't
require parse-time.
(with-decoded-time-value): New macro.

View file

@ -407,6 +407,7 @@ INI file. This hook is NOT installed by default."
(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."