diff options
| author | Juri Linkov <juri@jurta.org> | 2005-12-30 05:56:17 +0000 |
|---|---|---|
| committer | Juri Linkov <juri@jurta.org> | 2005-12-30 05:56:17 +0000 |
| commit | 446efb6a85c3a33f5b363f3d5239330365bedda6 (patch) | |
| tree | 9c94f9c9738f8156ddbafc027c56b2229791eb06 /lisp/progmodes/delphi.el | |
| parent | e0063bf6eb5d38bf65b06d766c3b47a383ae77dc (diff) | |
| download | emacs-446efb6a85c3a33f5b363f3d5239330365bedda6.tar.gz | |
(delphi-other-face): Add tag "None" to const nil.
Diffstat (limited to 'lisp/progmodes/delphi.el')
| -rw-r--r-- | lisp/progmodes/delphi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/delphi.el b/lisp/progmodes/delphi.el index cdc557c7274..4c271113b72 100644 --- a/lisp/progmodes/delphi.el +++ b/lisp/progmodes/delphi.el @@ -177,7 +177,7 @@ differs from the default." (defcustom delphi-other-face nil "*Face used to color everything else." - :type '(choice face (const nil)) + :type '(choice (const :tag "None" nil) face) :group 'delphi) (defconst delphi-directives |
