]> git.eshelyaron.com Git - emacs.git/commitdiff
David J. Biesack <David.Biesack at sas.com> (tiny change)
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Oct 2008 18:37:03 +0000 (18:37 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Oct 2008 18:37:03 +0000 (18:37 +0000)
(antlr-font-lock-additional-keywords): Fix typo.  (Bug#1074)

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

index f110de99cb8a7a83405ed7161fff4e962c57a31a..f5665751597ba02014b59797297e22d1760542cd 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
+
+       * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
+       Fix typo.  (Bug#1074)
+
 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
 
        * progmodes/compile.el (compilation-start): Make sure to move to
index 25e3f7f003c86e0f144e3a49e402b446173f2849..39342d2a5bb5432999efbc14fe6e23f0af87a92e 100644 (file)
@@ -929,7 +929,7 @@ group.  The string matched by the first group is highlighted with
    `((antlr-invalidate-context-cache)
      ("\\$setType[ \t]*(\\([A-Za-z\300-\326\330-\337]\\sw*\\))"
       (1 antlr-tokendef-face))
-     ("\\$\\sw+" (0 keyword-face))
+     ("\\$\\sw+" (0 antlr-keyword-face))
      ;; the tokens are already fontified as string/docstrings:
      (,(lambda (limit)
         (if antlr-font-lock-literal-regexp