# HG changeset patch # User Glenn Morris # Date 1283913912 25200 # Node ID 594a5c1402339e90721235aead8242f91af57d93 # Parent c32e93d8bf05b7b5aac6cfb36e35dc2ee5bb0827 Close bug#6976. * lisp/progmodes/antlr-mode.el (antlr-font-lock-additional-keywords): Fix typo. diff -r c32e93d8bf05 -r 594a5c140233 lisp/ChangeLog --- 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 + + * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords): + Fix typo. (Bug#6976) + 2010-09-06 Vinicius Jose Latorre * whitespace.el: Allow cleaning up blanks without blank diff -r c32e93d8bf05 -r 594a5c140233 lisp/progmodes/antlr-mode.el --- 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\\)\\>"