Mercurial > emacs
changeset 25319:f9b3511a51c4
(font-lock-support-mode): Make `jit-lock-mode'
the default so that beginners can benefit from it without
searching in manuals.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 18 Aug 1999 12:03:57 +0000 |
parents | 441b16431fdd |
children | 107c9221181c |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Wed Aug 18 10:37:34 1999 +0000 +++ b/lisp/font-lock.el Wed Aug 18 12:03:57 1999 +0000 @@ -919,7 +919,7 @@ ;; `font-lock-after-fontify-buffer' and/or `font-lock-after-unfontify-buffer' ;; themselves. -(defcustom font-lock-support-mode nil +(defcustom font-lock-support-mode 'jit-lock-mode "*Support mode for Font Lock mode. Support modes speed up Font Lock mode by being choosy about when fontification occurs. Known support modes are Fast Lock mode (symbol `fast-lock-mode'),