diff options
| author | Richard M. Stallman | 2005-09-12 15:37:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-09-12 15:37:44 +0000 |
| commit | 595f66af31d19086d4031a9d9123796332b069ac (patch) | |
| tree | 4ea93f98fd6cb5e6b4d6fe832e1ef4b2270b4bf6 | |
| parent | 136b8cbeaa65660e2ee83337e822f7d37088441d (diff) | |
| download | emacs-595f66af31d19086d4031a9d9123796332b069ac.tar.gz emacs-595f66af31d19086d4031a9d9123796332b069ac.zip | |
(font-lock-keywords): Add autoload.
| -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 @@ | |||
| 1 | 2005-09-12 Richard M. Stallman <rms@gnu.org> | 1 | 2005-09-12 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * font-lock.el (font-lock-keywords): Add autoload. | ||
| 4 | |||
| 5 | * help-fns.el (describe-variable): Rearrange to put source link | ||
| 6 | in a predictable place. | ||
| 7 | |||
| 3 | * net/newsticker.el: New file. | 8 | * net/newsticker.el: New file. |
| 4 | 9 | ||
| 5 | 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 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\".") | |||
| 340 | 340 | ||
| 341 | ;; Fontification variables: | 341 | ;; Fontification variables: |
| 342 | 342 | ||
| 343 | ;;;###autoload | ||
| 343 | (defvar font-lock-keywords nil | 344 | (defvar font-lock-keywords nil |
| 344 | "A list of the keywords to highlight. | 345 | "A list of the keywords to highlight. |
| 345 | There are two kinds of values: user-level, and compiled. | 346 | There are two kinds of values: user-level, and compiled. |