diff options
| author | Eli Zaretskii | 2001-11-25 18:02:45 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-25 18:02:45 +0000 |
| commit | 8e069ce28de113298b6d1a4a2b12ab9390c232ec (patch) | |
| tree | 6964d7e6eaa6f5d7135254b2c7bd5d318f33def0 | |
| parent | 8ea55f3329d2ba8f6d8ff5f4632daf5f05db7812 (diff) | |
| download | emacs-8e069ce28de113298b6d1a4a2b12ab9390c232ec.tar.gz emacs-8e069ce28de113298b6d1a4a2b12ab9390c232ec.zip | |
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.
| -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." | |||
| 127 | (other :tag "syntax-driven" syntax-driven)) | 127 | (other :tag "syntax-driven" syntax-driven)) |
| 128 | :group 'jit-lock) | 128 | :group 'jit-lock) |
| 129 | 129 | ||
| 130 | (defcustom jit-lock-defer-time nil ;; 0.5 | 130 | (defcustom jit-lock-defer-time nil ;; 0.25 |
| 131 | "Idle time after which deferred fontification should take place. | 131 | "Idle time after which deferred fontification should take place. |
| 132 | If nil, fontification is not deferred." | 132 | If nil, fontification is not deferred." |
| 133 | :group 'jit-lock | 133 | :group 'jit-lock |