Fix defcustom :type of gnus-logo-colors
* lisp/gnus/gnus.el (gnus-logo-colors): Fix defcustom :type.
This commit is contained in:
parent
069c8ff6d5
commit
2dad63cac3
1 changed files with 2 additions and 1 deletions
|
@ -760,7 +760,8 @@ be used directly.")
|
|||
(defcustom gnus-logo-colors nil
|
||||
"Colors used for the Gnus logo."
|
||||
:set-after '(gnus-logo-color-style)
|
||||
:type '(list color color)
|
||||
:type '(choice (const :tag "Use default" nil)
|
||||
(list color color))
|
||||
:group 'gnus-xmas)
|
||||
|
||||
(defcustom gnus-logo-color-style 'ma
|
||||
|
|
Loading…
Add table
Reference in a new issue