(font-lock-set-defaults): Add missing paren.
This commit is contained in:
parent
3082623d01
commit
66fceb6578
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'(;;
|
||||
|
|
Loading…
Add table
Reference in a new issue