# HG changeset patch # User Juri Linkov # Date 1135922177 0 # Node ID 6b887a742b1133c90778d79878182e6e948c7b84 # Parent 6b29582fc810940d87b3d8405df830d74eb62a90 (delphi-other-face): Add tag "None" to const nil. diff -r 6b29582fc810 -r 6b887a742b11 lisp/progmodes/delphi.el --- a/lisp/progmodes/delphi.el Fri Dec 30 05:55:43 2005 +0000 +++ b/lisp/progmodes/delphi.el Fri Dec 30 05:56:17 2005 +0000 @@ -177,7 +177,7 @@ (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