From: Juri Linkov Date: Fri, 30 Dec 2005 05:56:17 +0000 (+0000) Subject: (delphi-other-face): Add tag "None" to const nil. X-Git-Tag: emacs-pretest-22.0.90~4986 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=446efb6a85c3a33f5b363f3d5239330365bedda6;p=emacs.git (delphi-other-face): Add tag "None" to const nil. --- 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