diff options
| author | Richard M. Stallman | 2005-12-27 23:48:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-27 23:48:05 +0000 |
| commit | 2926b5fba66a3e0d8ab67c4a85e63f9dfc56b52d (patch) | |
| tree | f444804d2115bf5348ed4dd6a55f2f2c29051852 /lisp | |
| parent | 1af5710156ed2995e14d3aa08ddfdcaa5480d371 (diff) | |
| download | emacs-2926b5fba66a3e0d8ab67c4a85e63f9dfc56b52d.tar.gz emacs-2926b5fba66a3e0d8ab67c4a85e63f9dfc56b52d.zip | |
(glasses-face): More specific custom type.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/progmodes/glasses.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 560f00341f5..12770cefadb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2005-12-27 Richard M. Stallman <rms@gnu.org> | 1 | 2005-12-27 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/glasses.el (glasses-face): More specific custom type. | ||
| 4 | |||
| 3 | * files.el (set-visited-file-name): Doc fix. | 5 | * files.el (set-visited-file-name): Doc fix. |
| 4 | 6 | ||
| 5 | * textmodes/flyspell.el (flyspell-external-point-words): | 7 | * 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 | |||
| 82 | `glasses-face' to `bold'. Then unreadable identifiers will have no separators, | 82 | `glasses-face' to `bold'. Then unreadable identifiers will have no separators, |
| 83 | but will have their capitals in bold." | 83 | but will have their capitals in bold." |
| 84 | :group 'glasses | 84 | :group 'glasses |
| 85 | :type 'symbol | 85 | :type '(choice face (const nil)) |
| 86 | :set 'glasses-custom-set | 86 | :set 'glasses-custom-set |
| 87 | :initialize 'custom-initialize-default) | 87 | :initialize 'custom-initialize-default) |
| 88 | 88 | ||