projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a79ee
)
* lisp/jit-lock.el (jit-lock-function): Update comment
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 6 Sep 2022 21:29:25 +0000
(17:29 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 6 Sep 2022 21:29:34 +0000
(17:29 -0400)
lisp/jit-lock.el
patch
|
blob
|
history
diff --git
a/lisp/jit-lock.el
b/lisp/jit-lock.el
index e28d6ec9247908970c9c56946d3f0ce10dfffbc4..6ef46ad60b7b15daa1c437239b5ef1012bd1cc44 100644
(file)
--- a/
lisp/jit-lock.el
+++ b/
lisp/jit-lock.el
@@
-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.