1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(antlr-default): Avoid nil spec in defface.

This commit is contained in:
Luc Teirlinck 2006-04-21 23:41:23 +00:00
parent dbc1f997bd
commit 09c6126c46

View File

@ -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)