# HG changeset patch # User Eli Zaretskii # Date 1006711365 0 # Node ID 828432e1e1d4069f39aa17b1c2a92dcad74422f3 # Parent 994a9d1eee7154aa39a87f44697ccd19343fead6 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 -r 994a9d1eee71 -r 828432e1e1d4 lisp/jit-lock.el --- 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