aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/obsolete
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/obsolete')
-rw-r--r--lisp/obsolete/fast-lock.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el
index 60c7988a66b..de4b494826a 100644
--- a/lisp/obsolete/fast-lock.el
+++ b/lisp/obsolete/fast-lock.el
@@ -623,9 +623,9 @@ See `fast-lock-cache-directory'."
623 ;; Compile all keywords in case some are and some aren't. 623 ;; Compile all keywords in case some are and some aren't.
624 (when font-lock-syntactic-keywords 624 (when font-lock-syntactic-keywords
625 (setq font-lock-syntactic-keywords (font-lock-compile-keywords 625 (setq font-lock-syntactic-keywords (font-lock-compile-keywords
626 font-lock-syntactic-keywords))) 626 font-lock-syntactic-keywords t)))
627 (when syntactic-keywords 627 (when syntactic-keywords
628 (setq syntactic-keywords (font-lock-compile-keywords syntactic-keywords))) 628 (setq syntactic-keywords (font-lock-compile-keywords syntactic-keywords t)))
629 (setq font-lock-keywords (font-lock-compile-keywords font-lock-keywords) 629 (setq font-lock-keywords (font-lock-compile-keywords font-lock-keywords)
630 keywords (font-lock-compile-keywords keywords)) 630 keywords (font-lock-compile-keywords keywords))
631 ;; Use the Font Lock cache SYNTACTIC-PROPERTIES and FACE-PROPERTIES if we're 631 ;; Use the Font Lock cache SYNTACTIC-PROPERTIES and FACE-PROPERTIES if we're