From 33bd47beb4a1157447a29f45167a0628f73224ec Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Tue, 7 Sep 2010 19:45:12 -0700 Subject: [PATCH] Close bug#6976. * lisp/progmodes/antlr-mode.el (antlr-font-lock-additional-keywords): Fix typo. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/antlr-mode.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b8fd151f001..20f10b25a83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 4e93c547881..82b532e9cd5 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -951,7 +951,7 @@ group. The string matched by the first group is highlighted with (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\\)\\>" -- 2.39.2