diff lisp/jit-lock.el @ 61746:86d97731e558

(jit-lock-stealth-time): Change default value to 16. (jit-lock-stealth-nice): Change default value to 0.5.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 23 Apr 2005 12:40:49 +0000
parents f31205c87d5e
children c905fcf5e3d9 08185296b491
line wrap: on
line diff
--- a/lisp/jit-lock.el	Sat Apr 23 12:34:05 2005 +0000
+++ b/lisp/jit-lock.el	Sat Apr 23 12:40:49 2005 +0000
@@ -69,7 +69,7 @@
   :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 @@
   :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.