From 8e069ce28de113298b6d1a4a2b12ab9390c232ec Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 25 Nov 2001 18:02:45 +0000 Subject: [PATCH] Modify a commented-out non-nil value of jit-lock-defer-time, to make it consistent with the lazy-lock-defer-time's default value. --- lisp/jit-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 02bc6acf957..20214008302 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -127,7 +127,7 @@ The value of this variable is used when JIT Lock mode is turned on." (other :tag "syntax-driven" syntax-driven)) :group 'jit-lock) -(defcustom jit-lock-defer-time nil ;; 0.5 +(defcustom jit-lock-defer-time nil ;; 0.25 "Idle time after which deferred fontification should take place. If nil, fontification is not deferred." :group 'jit-lock -- 2.39.2