bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25274: Fix bug in customizing `mail-sources' variable


From: Katsumi Yamaoka
Subject: bug#25274: Fix bug in customizing `mail-sources' variable
Date: Tue, 27 Dec 2016 15:39:35 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin)

On Sun, 25 Dec 2016 23:35:35 -0500, Bake Timmons wrote:
> --- 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)

I verified the present code causes an error and applied the patch
to the master.  Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]