changeset 41934:bedadfb75588

(font-lock-mode): Put our function at the end of after-change-functions.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Dec 2001 06:05:12 +0000
parents de85e1496e78
children a9d361663625
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Tue Dec 11 06:04:14 2001 +0000
+++ b/lisp/font-lock.el	Tue Dec 11 06:05:12 2001 +0000
@@ -755,7 +755,7 @@
 
   ;; Turn on Font Lock mode.
   (when font-lock-mode
-    (add-hook 'after-change-functions 'font-lock-after-change-function nil t)
+    (add-hook 'after-change-functions 'font-lock-after-change-function t t)
     (font-lock-set-defaults)
     (font-lock-turn-on-thing-lock)
     ;; Fontify the buffer if we have to.