diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-04-23 12:41:24 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-04-23 12:41:24 +0000 |
commit | 4739237ddf8e219fbed139228faa1b2343ff14bf (patch) | |
tree | 0a03b03b2073c4d75fb631aa71d8cb0a3c27f5c5 /lisp/jit-lock.el | |
parent | 71baa28ffb7263e33aa41f98871db845e86a4d50 (diff) | |
download | emacs-4739237ddf8e219fbed139228faa1b2343ff14bf.tar.gz |
(jit-lock-stealth-time): Change default value to 16.
(jit-lock-stealth-nice): Change default value to 0.5.
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r-- | lisp/jit-lock.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index fe64d871d96..100eb6076db 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -69,7 +69,7 @@ Preserves the `buffer-modified-p' state of the current buffer." :group 'jit-lock) -(defcustom jit-lock-stealth-time 3 +(defcustom jit-lock-stealth-time 16 "*Time in seconds to wait before beginning stealth fontification. Stealth fontification occurs if there is no input within this time. If nil, stealth fontification is never performed. @@ -80,7 +80,7 @@ The value of this variable is used when JIT Lock mode is turned on." :group 'jit-lock) -(defcustom jit-lock-stealth-nice 0.125 +(defcustom jit-lock-stealth-nice 0.5 "*Time in seconds to pause between chunks of stealth fontification. Each iteration of stealth fontification is separated by this amount of time, thus reducing the demand that stealth fontification makes on the system. |