Mercurial > emacs
changeset 110339:594a5c140233
Close bug#6976.
* lisp/progmodes/antlr-mode.el (antlr-font-lock-additional-keywords): Fix typo.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 07 Sep 2010 19:45:12 -0700 |
parents | c32e93d8bf05 |
children | 885a9b44898e |
files | lisp/ChangeLog lisp/progmodes/antlr-mode.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Sep 08 11:22:40 2010 +0900 +++ b/lisp/ChangeLog Tue Sep 07 19:45:12 2010 -0700 @@ -1,3 +1,8 @@ +2010-09-08 Masatake YAMATO <yamato@redhat.com> + + * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords): + Fix typo. (Bug#6976) + 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br> * whitespace.el: Allow cleaning up blanks without blank
--- a/lisp/progmodes/antlr-mode.el Wed Sep 08 11:22:40 2010 +0900 +++ b/lisp/progmodes/antlr-mode.el Tue Sep 07 19:45:12 2010 -0700 @@ -951,7 +951,7 @@ (3 antlr-keyword-face) (4 (if (member (match-string 4) '("Lexer" "Parser" "TreeParser")) antlr-keyword-face - type-face))) + font-lock-type-face))) (,(lambda (limit) (antlr-re-search-forward "\\<\\(header\\|options\\|tokens\\|exception\\|catch\\|returns\\)\\>"