* lisp/jit-lock.el (jit-lock-function): Update comment
This commit is contained in:
parent
91a79eedf6
commit
e09872ccb3
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ is active."
|
|||
;; No deferral.
|
||||
(let* ((cend (min (point-max) (+ start jit-lock-chunk-size)))
|
||||
(vend (next-single-property-change start 'invisible nil cend)))
|
||||
;; FIXME: Presumably if we're called it means `start' is
|
||||
;; Presumably if we're called it means `start' is
|
||||
;; not at EOB (nor invisible) and hence (> vend start).
|
||||
(jit-lock-fontify-now start vend))
|
||||
;; Record the buffer for later fontification.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue