]> git.eshelyaron.com Git - emacs.git/commitdiff
Modify a commented-out non-nil value of jit-lock-defer-time, to
authorEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 18:02:45 +0000 (18:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 18:02:45 +0000 (18:02 +0000)
make it consistent with the lazy-lock-defer-time's default value.

lisp/jit-lock.el

index 02bc6acf9572054cbd3451aafbd23701c1dd096c..202140083020c21cc4acd93c1af2b1dd10d428f4 100644 (file)
@@ -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