]> git.eshelyaron.com Git - emacs.git/commitdiff
(delphi-other-face): Add tag "None" to const nil.
authorJuri Linkov <juri@jurta.org>
Fri, 30 Dec 2005 05:56:17 +0000 (05:56 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 30 Dec 2005 05:56:17 +0000 (05:56 +0000)
lisp/progmodes/delphi.el

index cdc557c727481a57bc5838cc952c30927bd87c45..4c271113b72378420fe88738872ba9a7edbf0817 100644 (file)
@@ -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