diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-09-12 15:37:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-09-12 15:37:44 +0000 |
commit | 595f66af31d19086d4031a9d9123796332b069ac (patch) | |
tree | 4ea93f98fd6cb5e6b4d6fe832e1ef4b2270b4bf6 /lisp | |
parent | 136b8cbeaa65660e2ee83337e822f7d37088441d (diff) | |
download | emacs-595f66af31d19086d4031a9d9123796332b069ac.tar.gz |
(font-lock-keywords): Add autoload.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/font-lock.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37cf1f7b065..f8717bc0ea5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2005-09-12 Richard M. Stallman <rms@gnu.org> + * font-lock.el (font-lock-keywords): Add autoload. + + * help-fns.el (describe-variable): Rearrange to put source link + in a predictable place. + * net/newsticker.el: New file. 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca> diff --git a/lisp/font-lock.el b/lisp/font-lock.el index e0e3c8949b2..99dd61bacb2 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -340,6 +340,7 @@ This can be an \"!\" or the \"n\" in \"ifndef\".") ;; Fontification variables: +;;;###autoload (defvar font-lock-keywords nil "A list of the keywords to highlight. There are two kinds of values: user-level, and compiled. |