summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-10-04 18:37:03 +0000
committerGlenn Morris <rgm@gnu.org>2008-10-04 18:37:03 +0000
commit244a0c3ce7790056bf8745db11b364d32f9d8372 (patch)
tree06724c82389c6f1af8b23ad3aef8f4a9ce7082f2
parent7d2f1216b7ef820bd964b5fe0ca7d38be8e8fd2e (diff)
downloademacs-244a0c3ce7790056bf8745db11b364d32f9d8372.tar.gz
David J. Biesack <David.Biesack at sas.com> (tiny change)
(antlr-font-lock-additional-keywords): Fix typo. (Bug#1074)
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/antlr-mode.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f110de99cb8..f5665751597 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el
index 25e3f7f003c..39342d2a5bb 100644
--- a/lisp/progmodes/antlr-mode.el
+++ b/lisp/progmodes/antlr-mode.el
@@ -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