(font-lock-set-defaults): Fix previous change.

This commit is contained in:
Richard M. Stallman 2004-06-24 23:30:50 +00:00
parent 7790d5cd52
commit e2850f3f85

View file

@ -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.