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:
parent
c812c93548
commit
f3dd0d981c
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue