# HG changeset patch # User Eli Zaretskii # Date 1114260049 0 # Node ID 86d97731e55838e3f803e4a45f15fc94d8f7ac33 # Parent c59846363b714fc6ee67306760137b66c26976b6 (jit-lock-stealth-time): Change default value to 16. (jit-lock-stealth-nice): Change default value to 0.5. diff -r c59846363b71 -r 86d97731e558 lisp/jit-lock.el --- 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.