From 446efb6a85c3a33f5b363f3d5239330365bedda6 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 30 Dec 2005 05:56:17 +0000 Subject: [PATCH] (delphi-other-face): Add tag "None" to const nil. --- lisp/progmodes/delphi.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5