1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

(glasses-face): More specific custom type.

This commit is contained in:
Richard M. Stallman 2005-12-27 23:48:05 +00:00
parent 1af5710156
commit 2926b5fba6
2 changed files with 3 additions and 1 deletions

View 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):

View 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)