aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.