]> git.eshelyaron.com Git - emacs.git/commitdiff
(jit-lock-fontify-now): Fix copy/paste mess up in last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Oct 2005 17:39:57 +0000 (17:39 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Oct 2005 17:39:57 +0000 (17:39 +0000)
lisp/jit-lock.el

index 0a36b719ba166626dfd52a80e40c882fe123977d..b76c675cba44047674783d0d99e561a422fb3d38 100644 (file)
@@ -351,12 +351,9 @@ Defaults to the whole buffer.  END can be out of bounds."
 
            ;; 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.