]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-after-change-function): Bind inhibit-quit.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 19:16:05 +0000 (19:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 19:16:05 +0000 (19:16 +0000)
lisp/font-lock.el

index 1be0b7245903214a5c9606f5c03905078c2ff229..b76c818a517024f3fce95e200ef123d09e2d8d43 100644 (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.