From: Stefan Monnier Date: Tue, 6 Sep 2022 21:29:25 +0000 (-0400) Subject: * lisp/jit-lock.el (jit-lock-function): Update comment X-Git-Tag: emacs-29.0.90~1856^2~688 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e09872ccb3c4d190ba668b47512abf1c28c992d7;p=emacs.git * lisp/jit-lock.el (jit-lock-function): Update comment --- 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.