[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/jit-lock.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/jit-lock.el |
Date: |
Thu, 19 May 2005 15:06:21 -0400 |
Index: emacs/lisp/jit-lock.el
diff -c emacs/lisp/jit-lock.el:1.37 emacs/lisp/jit-lock.el:1.38
*** emacs/lisp/jit-lock.el:1.37 Sat Apr 23 12:40:49 2005
--- emacs/lisp/jit-lock.el Thu May 19 19:06:18 2005
***************
*** 137,144 ****
(defcustom jit-lock-context-time 0.5
"Idle time after which text is contextually refontified, if applicable."
! :type '(number :tag "seconds"))
!
(defcustom jit-lock-defer-time nil ;; 0.25
"Idle time after which deferred fontification should take place.
If nil, fontification is not deferred."
--- 137,145 ----
(defcustom jit-lock-context-time 0.5
"Idle time after which text is contextually refontified, if applicable."
! :type '(number :tag "seconds")
! :group 'jit-lock)
!
(defcustom jit-lock-defer-time nil ;; 0.25
"Idle time after which deferred fontification should take place.
If nil, fontification is not deferred."
- [Emacs-diffs] Changes to emacs/lisp/jit-lock.el,
Juanma Barranquero <=