From 9036e92f79c8d9107f8c811f50cc10b3db1a1967 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 17 Oct 2005 17:39:57 +0000 Subject: [PATCH] (jit-lock-fontify-now): Fix copy/paste mess up in last change. --- lisp/jit-lock.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 0a36b719ba1..b76c675cba4 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -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. -- 2.39.5