emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/jit-lock.el,v


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/jit-lock.el,v
Date: Sun, 04 Mar 2007 08:41:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Kastrup <dak>     07/03/04 08:41:08

Index: lisp/jit-lock.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/jit-lock.el,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- lisp/jit-lock.el    21 Jan 2007 03:53:11 -0000      1.60
+++ lisp/jit-lock.el    4 Mar 2007 08:41:07 -0000       1.61
@@ -74,14 +74,14 @@
   :group 'jit-lock)
 
 
-(defcustom jit-lock-stealth-time 16
+(defcustom jit-lock-stealth-time nil
   "*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.
 
 The value of this variable is used when JIT Lock mode is turned on."
   :type '(choice (const :tag "never" nil)
-                (number :tag "seconds"))
+                (number :tag "seconds" :value 16))
   :group 'jit-lock)
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]