aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-11 06:05:12 +0000
committerRichard M. Stallman2001-12-11 06:05:12 +0000
commit9dd481237a5637687a9b2a5188c3cf88661f32cb (patch)
tree39fbea0210b19fe2afd7eda1594dd8924066c66c
parentff4968b67897c3dda5bcbb01b5d0558c9422c6f2 (diff)
downloademacs-9dd481237a5637687a9b2a5188c3cf88661f32cb.tar.gz
emacs-9dd481237a5637687a9b2a5188c3cf88661f32cb.zip
(font-lock-mode): Put our function at the end of after-change-functions.
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
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."
755 755
756 ;; Turn on Font Lock mode. 756 ;; Turn on Font Lock mode.
757 (when font-lock-mode 757 (when font-lock-mode
758 (add-hook 'after-change-functions 'font-lock-after-change-function nil t) 758 (add-hook 'after-change-functions 'font-lock-after-change-function t t)
759 (font-lock-set-defaults) 759 (font-lock-set-defaults)
760 (font-lock-turn-on-thing-lock) 760 (font-lock-turn-on-thing-lock)
761 ;; Fontify the buffer if we have to. 761 ;; Fontify the buffer if we have to.