Mercurial > emacs
changeset 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 | 994a9d1eee71 |
children | e76f8f07cc9d |
files | lisp/jit-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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