From: Luc Teirlinck Date: Fri, 21 Apr 2006 23:41:23 +0000 (+0000) Subject: (antlr-default): Avoid nil spec in defface. X-Git-Tag: emacs-pretest-22.0.90~2990 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09c6126c467b98605bc70aaaf8c5fa4223dac7d1;p=emacs.git (antlr-default): Avoid nil spec in defface. --- 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)