diff lisp/jit-lock.el @ 41502:828432e1e1d4

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.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 25 Nov 2001 18:02:45 +0000
parents 36e754afaf7a
children 2cf6194833de
line wrap: on
line diff
--- a/lisp/jit-lock.el	Sun Nov 25 18:00:35 2001 +0000
+++ b/lisp/jit-lock.el	Sun Nov 25 18:02:45 2001 +0000
@@ -127,7 +127,7 @@
 		 (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