]> git.eshelyaron.com Git - emacs.git/commitdiff
(glasses-face): More specific custom type.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Dec 2005 23:48:05 +0000 (23:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Dec 2005 23:48:05 +0000 (23:48 +0000)
lisp/ChangeLog
lisp/progmodes/glasses.el

index 560f00341f58859a6b3c001af5630361e3bf808d..12770cefadbf5d9e9a7f74fed11ed48880c65f7d 100644 (file)
@@ -1,5 +1,7 @@
 2005-12-27  Richard M. Stallman  <rms@gnu.org>
 
+       * progmodes/glasses.el (glasses-face): More specific custom type.
+
        * files.el (set-visited-file-name): Doc fix.
 
        * textmodes/flyspell.el (flyspell-external-point-words):
index 2733cb407a4334f649756c757be4fcc495be7bc2..18f744e81c8f156db72ec80d5302dab7346b5251 100644 (file)
@@ -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 'symbol
+  :type '(choice face (const nil))
   :set 'glasses-custom-set
   :initialize 'custom-initialize-default)