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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/jit-lock.el
Date: Mon, 20 Mar 2006 07:52:04 +0000

Index: emacs/lisp/jit-lock.el
diff -u emacs/lisp/jit-lock.el:1.50 emacs/lisp/jit-lock.el:1.51
--- emacs/lisp/jit-lock.el:1.50 Wed Mar 15 22:26:08 2006
+++ emacs/lisp/jit-lock.el      Mon Mar 20 07:52:03 2006
@@ -301,7 +301,7 @@
 This function is added to `fontification-functions' when `jit-lock-mode'
 is active."
   (when (and jit-lock-mode (not memory-full))
-    (if (null jit-lock-defer-time)
+    (if (null jit-lock-defer-timer)
        ;; No deferral.
        (jit-lock-fontify-now start (+ start jit-lock-chunk-size))
       ;; Record the buffer for later fontification.
@@ -510,7 +510,7 @@
                   (setq pos (next-single-property-change pos 
'fontified)))))))))
     (setq jit-lock-defer-buffers nil)
     ;; Force fontification of the visible parts.
-    (let ((jit-lock-defer-time nil))
+    (let ((jit-lock-defer-timer nil))
       ;; (message "Jit-Defer Now")
       (sit-for 0)
       ;; (message "Jit-Defer Done")




reply via email to

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