[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master e09872ccb3: * lisp/jit-lock.el (jit-lock-function): Update commen
From: |
Stefan Monnier |
Subject: |
master e09872ccb3: * lisp/jit-lock.el (jit-lock-function): Update comment |
Date: |
Tue, 6 Sep 2022 17:30:11 -0400 (EDT) |
branch: master
commit e09872ccb3c4d190ba668b47512abf1c28c992d7
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
* lisp/jit-lock.el (jit-lock-function): Update comment
---
lisp/jit-lock.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el
index e28d6ec924..6ef46ad60b 100644
--- 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master e09872ccb3: * lisp/jit-lock.el (jit-lock-function): Update comment,
Stefan Monnier <=