diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-11-25 18:02:45 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-11-25 18:02:45 +0000 |
commit | 8e069ce28de113298b6d1a4a2b12ab9390c232ec (patch) | |
tree | 6964d7e6eaa6f5d7135254b2c7bd5d318f33def0 /lisp/jit-lock.el | |
parent | 8ea55f3329d2ba8f6d8ff5f4632daf5f05db7812 (diff) | |
download | emacs-8e069ce28de113298b6d1a4a2b12ab9390c232ec.tar.gz |
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.
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r-- | lisp/jit-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |