mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(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
Add a link
Reference in a new issue