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