From: Eli Zaretskii Date: Sun, 25 Nov 2001 18:02:45 +0000 (+0000) Subject: Modify a commented-out non-nil value of jit-lock-defer-time, to X-Git-Tag: ttn-vms-21-2-B4~18182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e069ce28de113298b6d1a4a2b12ab9390c232ec;p=emacs.git 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. --- 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