changeset 67862:8bcae2ee8374

(glasses-face): More specific custom type.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Dec 2005 23:47:54 +0000
parents f97174293bc0
children 5a5004010886
files lisp/progmodes/glasses.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/glasses.el	Tue Dec 27 22:54:13 2005 +0000
+++ b/lisp/progmodes/glasses.el	Tue Dec 27 23:47:54 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 'symbol
+  :type '(choice face (const nil))
   :set 'glasses-custom-set
   :initialize 'custom-initialize-default)