summaryrefslogtreecommitdiff
path: root/lisp/progmodes/antlr-mode.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2006-04-21 23:41:23 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2006-04-21 23:41:23 +0000
commit09c6126c467b98605bc70aaaf8c5fa4223dac7d1 (patch)
tree7c211deb7129b65a4e926a5e397a37cb6ce91bf1 /lisp/progmodes/antlr-mode.el
parentdbc1f997bd4a4e9e6d80e40abfa50e4442cfb941 (diff)
downloademacs-09c6126c467b98605bc70aaaf8c5fa4223dac7d1.tar.gz
emacs-09c6126c467b98605bc70aaaf8c5fa4223dac7d1.tar.bz2
emacs-09c6126c467b98605bc70aaaf8c5fa4223dac7d1.zip
(antlr-default): Avoid nil spec in defface.
Diffstat (limited to 'lisp/progmodes/antlr-mode.el')
-rw-r--r--lisp/progmodes/antlr-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el
index 7ddd9212f6c..e31a94030c3 100644
--- a/lisp/progmodes/antlr-mode.el
+++ b/lisp/progmodes/antlr-mode.el
@@ -829,7 +829,7 @@ in the grammar's actions and semantic predicates, see
`antlr-font-lock-maximum-decoration'.")
(defvar antlr-default-face 'antlr-default)
-(defface antlr-default nil
+(defface antlr-default '((t nil))
"Face to prevent strings from language dependent highlighting.
Do not change."
:group 'antlr)