From e09872ccb3c4d190ba668b47512abf1c28c992d7 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 6 Sep 2022 17:29:25 -0400 Subject: [PATCH] * 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 e28d6ec9247..6ef46ad60b7 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. -- 2.39.2