(font-lock-after-change-function): Bind inhibit-quit.
This commit is contained in:
parent
1d0c27179d
commit
14e2791a5a
1 changed files with 2 additions and 1 deletions
|
@ -1031,7 +1031,8 @@ what properties to clear before refontifying a region.")
|
|||
|
||||
;; Called when any modification is made to buffer text.
|
||||
(defun font-lock-after-change-function (beg end old-len)
|
||||
(let ((inhibit-point-motion-hooks t))
|
||||
(let ((inhibit-point-motion-hooks t)
|
||||
(inhibit-quit t))
|
||||
(save-excursion
|
||||
(save-match-data
|
||||
;; Rescan between start of lines enclosing the region.
|
||||
|
|
Loading…
Add table
Reference in a new issue