changeset 67912:24b085b97616

(glasses-face): Add tag "None" to const nil.
author Juri Linkov <juri@jurta.org>
date Fri, 30 Dec 2005 05:56:39 +0000
parents 6b887a742b11
children cf3a03548c18
files lisp/progmodes/glasses.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/glasses.el	Fri Dec 30 05:56:17 2005 +0000
+++ b/lisp/progmodes/glasses.el	Fri Dec 30 05:56:39 2005 +0000
@@ -82,7 +82,7 @@
 `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)