From: Lute Kamstra Date: Wed, 23 Mar 2005 10:28:02 +0000 (+0000) Subject: (generic-make-keywords-list): Add autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~1602 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef300cff2178790256f66d29249f3fc0ce506d2e;p=emacs.git (generic-make-keywords-list): Add autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b199bf9e3bf..82510bb6d27 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2005-03-23 Lute Kamstra + * 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. diff --git a/lisp/generic.el b/lisp/generic.el index e257f7bac59..4db830eafb6 100644 --- a/lisp/generic.el +++ b/lisp/generic.el @@ -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."