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, 17 Oct 2005 13:39:57 -0400

Index: emacs/lisp/jit-lock.el
diff -c emacs/lisp/jit-lock.el:1.42 emacs/lisp/jit-lock.el:1.43
*** emacs/lisp/jit-lock.el:1.42 Mon Oct 17 15:15:31 2005
--- emacs/lisp/jit-lock.el      Mon Oct 17 17:39:57 2005
***************
*** 351,362 ****
  
             ;; Make sure the contextual refontification doesn't re-refontify
             ;; what's already been refontified.
-            (when jit-lock-context-unfontify-pos
-              (if (and (< jit-lock-context-unfontify-pos next)
             (when (and jit-lock-context-unfontify-pos
                        (< jit-lock-context-unfontify-pos next)
                        (>= jit-lock-context-unfontify-pos start))
-                  (setq jit-lock-context-unfontify-pos next)))
               (setq jit-lock-context-unfontify-pos next))
  
           ;; Fontify the chunk, and mark it as fontified.
--- 351,359 ----




reply via email to

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