From 09c6126c467b98605bc70aaaf8c5fa4223dac7d1 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 21 Apr 2006 23:41:23 +0000 Subject: [PATCH] (antlr-default): Avoid nil spec in defface. --- lisp/progmodes/antlr-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 7ddd9212f6..e31a94030c 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) -- 2.39.2