]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/jit-lock.el (jit-lock-function): Update comment
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Sep 2022 21:29:25 +0000 (17:29 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Sep 2022 21:29:34 +0000 (17:29 -0400)
lisp/jit-lock.el

index e28d6ec9247908970c9c56946d3f0ce10dfffbc4..6ef46ad60b7b15daa1c437239b5ef1012bd1cc44 100644 (file)
@@ -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.