From 595f66af31d19086d4031a9d9123796332b069ac Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 12 Sep 2005 15:37:44 +0000 Subject: [PATCH] (font-lock-keywords): Add autoload. --- lisp/ChangeLog | 5 +++++ lisp/font-lock.el | 1 + 2 files changed, 6 insertions(+) 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 + * 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 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. -- 2.39.2