]> git.eshelyaron.com Git - emacs.git/commitdiff
(antlr-default): Avoid nil spec in defface.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 21 Apr 2006 23:41:23 +0000 (23:41 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 21 Apr 2006 23:41:23 +0000 (23:41 +0000)
lisp/progmodes/antlr-mode.el

index 7ddd9212f6cf227c6e29156b71fa693561df9dd0..e31a94030c33c211848de84e6708428124fffc96 100644 (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)