Fix defcustom :type of gnus-logo-colors

* lisp/gnus/gnus.el (gnus-logo-colors): Fix defcustom :type.
This commit is contained in:
Stefan Kangas 2025-02-13 09:25:12 +01:00
parent 069c8ff6d5
commit 2dad63cac3

View file

@ -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