aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-03-23 10:28:02 +0000
committerLute Kamstra <[email protected]>2005-03-23 10:28:02 +0000
commitef300cff2178790256f66d29249f3fc0ce506d2e (patch)
tree0e577ee9b452d9f5ebe03dba48cffd35fd1209db
parentca2d9ad84391dcb97ce9b9514a7b3377be3d68c2 (diff)
(generic-make-keywords-list): Add autoload cookie.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/generic.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b199bf9e3b..82510bb6d2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2005-03-23 Lute Kamstra <[email protected]>
+ * 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 e257f7bac5..4db830eafb 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."