1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix previous fix for bug#70796

This commit is contained in:
Tassilo Horn 2024-05-24 23:04:33 +02:00
parent c812c93548
commit f3dd0d981c

View file

@ -196,10 +196,10 @@ subexpression 10."
(funcall bug-reference-url-format)))))))
;; Delete remaining but unused overlays.
(dolist (ov overlays)
(delete-overlay ov)))
;; Signal the bounds we actually fontified to jit-lock to allow for
;; optimizations (bug#70796).
`(jit-lock-bounds ,beg-line . ,end-line)))
(delete-overlay ov))
;; Signal the bounds we actually fontified to jit-lock to allow for
;; optimizations (bug#70796).
`(jit-lock-bounds ,beg-line . ,end-line))))
;; Taken from button.el.
(defun bug-reference-push-button (&optional pos _use-mouse-action)