From deefca64961cb84172616119ece746cd5274620e Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 30 Dec 2005 05:56:39 +0000 Subject: [PATCH] (glasses-face): Add tag "None" to const nil. --- lisp/progmodes/glasses.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/glasses.el b/lisp/progmodes/glasses.el index 18f744e81c8..d19f636ff93 100644 --- a/lisp/progmodes/glasses.el +++ b/lisp/progmodes/glasses.el @@ -82,7 +82,7 @@ For example, you can set `glasses-separator' to an empty string and `glasses-face' to `bold'. Then unreadable identifiers will have no separators, but will have their capitals in bold." :group 'glasses - :type '(choice face (const nil)) + :type '(choice (const :tag "None" nil) face) :set 'glasses-custom-set :initialize 'custom-initialize-default) -- 2.39.5