(font-lock-set-defaults): Add missing paren.

This commit is contained in:
Richard M. Stallman 1993-12-26 08:21:22 +00:00
parent 3082623d01
commit 66fceb6578

View file

@ -419,7 +419,7 @@ This can take a while for large buffers."
((eq major-mode 'perl-mode) perl-font-lock-keywords)
((eq major-mode 'tex-mode) tex-font-lock-keywords)
((eq major-mode 'texinfo-mode) texi-font-lock-keywords)
(t nil))))
(t nil)))))
(defconst lisp-font-lock-keywords-1
'(;;