diff options
author | Dave Love <fx@gnu.org> | 1999-07-30 11:09:57 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-07-30 11:09:57 +0000 |
commit | faa57c0a9231498e27d91d92de44372eb0ec53ad (patch) | |
tree | 89b31abf69b4188fcc751f868ec6423e284f1292 | |
parent | c88e53b7f8105e7afed640a736f391755e8197bc (diff) | |
download | emacs-faa57c0a9231498e27d91d92de44372eb0ec53ad.tar.gz |
(jit-lock): Fix :load, add :version.
-rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index f0257182eef..483d8c2b629 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -237,7 +237,7 @@ (defgroup jit-lock nil "Font Lock support mode to fontify just-in-time." :link '(custom-manual "(emacs)Support Modes") - :load 'dmnd-lock + :load 'jit-lock :group 'font-lock) ;; User variables. |