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.
(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."