From 49c9670535ecfb4ba4a4473862852ad80ad15abe Mon Sep 17 00:00:00 2001 From: Bake Timmons <65pandas@gmail.com> Date: Tue, 27 Dec 2016 06:38:41 +0000 Subject: [PATCH] Fix bug in customizing `mail-sources' variable (bug#25274) * lisp/gnus/mail-source.el (mail-sources): Use list instead of cons for lone argument. (bug#25274) (tiny change) --- lisp/gnus/mail-source.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index 59a97dbb8c6..8b7c8e08475 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el @@ -66,7 +66,7 @@ See Info node `(gnus)Mail Source Specifiers'." (repeat :tag "List" (choice :format "%[Value Menu%] %v" :value (file) - (cons :tag "Group parameter `mail-source'" + (list :tag "Group parameter `mail-source'" (const :format "" group)) (cons :tag "Spool file" (const :format "" file) -- 2.39.2