summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 0abe5f3806e..033bf20bf71 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1561,7 +1561,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
;; Now compile the keywords.
(unless (eq (car font-lock-keywords) t)
(set (make-local-variable 'font-lock-keywords)
- (font-lock-compile-keywords keywords t))))))
+ (font-lock-compile-keywords font-lock-keywords t))))))
;;; Colour etc. support.