Close bug#6976.
authorMasatake YAMATO <yamato@redhat.com>
Wed, 8 Sep 2010 02:45:12 +0000 (19:45 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 8 Sep 2010 02:45:12 +0000 (19:45 -0700)
* lisp/progmodes/antlr-mode.el (antlr-font-lock-additional-keywords): Fix typo.

lisp/ChangeLog
lisp/progmodes/antlr-mode.el

index b8fd151..20f10b2 100644 (file)
@@ -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
index 4e93c54..82b532e 100644 (file)
@@ -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\\)\\>"