From: Gerd Moellmann Date: Wed, 18 Aug 1999 12:03:57 +0000 (+0000) Subject: (font-lock-support-mode): Make `jit-lock-mode' X-Git-Tag: emacs-pretest-21.0.90~7122 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f999b0b9c2aa7e74533c644e1e49d0df3823a72;p=emacs.git (font-lock-support-mode): Make `jit-lock-mode' the default so that beginners can benefit from it without searching in manuals. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 331feb94fc9..0bc70ea2809 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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'),