# HG changeset patch # User Richard M. Stallman # Date 1135727274 0 # Node ID 8bcae2ee8374ec42e590fbaf64a44416376409e7 # Parent f97174293bc0c79eef08f18080885e84d648b5ae (glasses-face): More specific custom type. diff -r f97174293bc0 -r 8bcae2ee8374 lisp/progmodes/glasses.el --- 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)