diff lisp/progmodes/glasses.el @ 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 8bcae2ee8374
children dc49655f57ae 7beb78bc1f8e
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)