Mercurial > emacs
changeset 70180:3f5f04b2a72b
(antlr-default): Avoid nil spec in defface.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 21 Apr 2006 23:41:23 +0000 |
parents | bdc0573597a9 |
children | d0c902bf6282 |
files | lisp/progmodes/antlr-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/antlr-mode.el Fri Apr 21 23:38:54 2006 +0000 +++ b/lisp/progmodes/antlr-mode.el Fri Apr 21 23:41:23 2006 +0000 @@ -829,7 +829,7 @@ `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)