remove redundant font-lock-keywords

`lisp-font-lock-keywords' is identical to `lisp-font-lock-keywords1',
`lisp-font-lock-keywords2' is a superset of `lisp-font-lock-keywords1'.
This commit is contained in:
Noam Postavsky 2013-10-13 18:00:00 -04:00
parent 79f3656b3e
commit f21ddd1b2e

View File

@ -814,8 +814,6 @@ Honour `yas-dont-activate', which see."
(defvar yas--font-lock-keywords (defvar yas--font-lock-keywords
(append '(("^#.*$" . font-lock-comment-face)) (append '(("^#.*$" . font-lock-comment-face))
lisp-font-lock-keywords
lisp-font-lock-keywords-1
lisp-font-lock-keywords-2 lisp-font-lock-keywords-2
'(("$\\([0-9]+\\)" '(("$\\([0-9]+\\)"
(0 font-lock-keyword-face) (0 font-lock-keyword-face)