From 9dd481237a5637687a9b2a5188c3cf88661f32cb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 11 Dec 2001 06:05:12 +0000 Subject: [PATCH] (font-lock-mode): Put our function at the end of after-change-functions. --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 7019c57151c..03aee2ae847 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -755,7 +755,7 @@ buffer local value for `font-lock-defaults', via its mode hook." ;; 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. -- 2.39.5