From: Masatake YAMATO Date: Wed, 8 Sep 2010 02:45:12 +0000 (-0700) Subject: Close bug#6976. X-Git-Tag: emacs-pretest-23.2.90~132 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33bd47beb4a1157447a29f45167a0628f73224ec;p=emacs.git Close bug#6976. * lisp/progmodes/antlr-mode.el (antlr-font-lock-additional-keywords): Fix typo. --- 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\\)\\>"