(font-lock-after-change-function): Bind inhibit-quit.

This commit is contained in:
Richard M. Stallman 2003-12-29 19:16:05 +00:00
parent 1d0c27179d
commit 14e2791a5a

View file

@ -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.