diff options
| author | Miles Bader <miles@gnu.org> | 2007-01-09 05:40:39 +0000 |
|---|---|---|
| committer | Miles Bader <miles@gnu.org> | 2007-01-09 05:40:39 +0000 |
| commit | ba3612110a09c4318cd7027adf478dde82e21cab (patch) | |
| tree | d6529164fa3a07e9b7778254ca83b36085d77ae6 /lisp/gnus/gmm-utils.el | |
| parent | e64666972e4d08ee3f83af024f3531c62ebebe0a (diff) | |
| download | emacs-ba3612110a09c4318cd7027adf478dde82e21cab.tar.gz | |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 186-191)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-595
Diffstat (limited to 'lisp/gnus/gmm-utils.el')
| -rw-r--r-- | lisp/gnus/gmm-utils.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gmm-utils.el b/lisp/gnus/gmm-utils.el index 59d02927008..18b1a528c29 100644 --- a/lisp/gnus/gmm-utils.el +++ b/lisp/gnus/gmm-utils.el @@ -203,8 +203,8 @@ This is copy of the `lazy' widget in Emacs 22.1 provided for compatibility." 'gnome 'retro) "Prefered tool bar style." - :type '(choice (const :tag "GNOME style" 'gnome) - (const :tag "Retro look" 'retro)) + :type '(choice (const :tag "GNOME style" gnome) + (const :tag "Retro look" retro)) :group 'gmm) (defvar tool-bar-map) |
