mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(jit-lock-fontify-now): Fix copy/paste mess up in last change.
This commit is contained in:
parent
f8252852f3
commit
9036e92f79
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user