diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-09 20:28:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-09 20:28:05 +0000 |
commit | 0b1ae0c67ab8b6a835ae2e1750740a26e02660c5 (patch) | |
tree | 09459fc455c6c2187c7c52e6e60734baae5eb8a8 /lisp/font-lock.el | |
parent | 7381a355c68be1972a4910616654b3012607063a (diff) | |
download | emacs-0b1ae0c67ab8b6a835ae2e1750740a26e02660c5.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 58e70ec62a2..c3a8726b08d 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -109,6 +109,7 @@ slow things down!") (defvar font-lock-verbose t "*Non-nil means `font-lock-fontify-buffer' should print status messages.") +;;;###autoload (defvar font-lock-mode-hook nil "Function or functions to run on entry to Font Lock mode.") |