(font-lock-keywords): Add autoload.
This commit is contained in:
parent
136b8cbeaa
commit
595f66af31
2 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue