From 5f999b0b9c2aa7e74533c644e1e49d0df3823a72 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 18 Aug 1999 12:03:57 +0000 Subject: [PATCH] (font-lock-support-mode): Make `jit-lock-mode' the default so that beginners can benefit from it without searching in manuals. --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), -- 2.39.5