# HG changeset patch # User Stefan Monnier # Date 1129570797 0 # Node ID b6a209407cf3f2d168b64a03121be80e9b93567b # Parent 289807600b5d57554aa3ee48774c1cad4e7705c9 (jit-lock-fontify-now): Fix copy/paste mess up in last change. diff -r 289807600b5d -r b6a209407cf3 lisp/jit-lock.el --- a/lisp/jit-lock.el Mon Oct 17 16:23:43 2005 +0000 +++ b/lisp/jit-lock.el Mon Oct 17 17:39:57 2005 +0000 @@ -351,12 +351,9 @@ ;; 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.