]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-support-mode): Make `jit-lock-mode'
authorGerd Moellmann <gerd@gnu.org>
Wed, 18 Aug 1999 12:03:57 +0000 (12:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 18 Aug 1999 12:03:57 +0000 (12:03 +0000)
the default so that beginners can benefit from it without
searching in manuals.

lisp/font-lock.el

index 331feb94fc9a43122b8111886ae7059dcb4d4e60..0bc70ea28099ff2be2be5ef6c4efc19bc1e7b3e9 100644 (file)
@@ -919,7 +919,7 @@ means that Font Lock mode is turned on for buffers in C and C++ modes only."
 ;; `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'),