From 2926b5fba66a3e0d8ab67c4a85e63f9dfc56b52d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Dec 2005 23:48:05 +0000 Subject: [PATCH] (glasses-face): More specific custom type. --- lisp/ChangeLog | 2 ++ lisp/progmodes/glasses.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 560f00341f5..12770cefadb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2005-12-27 Richard M. Stallman + * progmodes/glasses.el (glasses-face): More specific custom type. + * files.el (set-visited-file-name): Doc fix. * textmodes/flyspell.el (flyspell-external-point-words): diff --git a/lisp/progmodes/glasses.el b/lisp/progmodes/glasses.el index 2733cb407a4..18f744e81c8 100644 --- a/lisp/progmodes/glasses.el +++ b/lisp/progmodes/glasses.el @@ -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) -- 2.39.5