all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#25274: Fix bug in customizing `mail-sources' variable
@ 2016-12-26  4:35 Bake Timmons
  2016-12-27  6:39 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Bake Timmons @ 2016-12-26  4:35 UTC (permalink / raw)
  To: 25274

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-Fix-bug-in-customizing-mail-sources-variable.patch --]
[-- Type: text/x-patch, Size: 909 bytes --]

From b51b93c8b1e9a57564e750894eaa35781e496fe5 Mon Sep 17 00:00:00 2001
From: Bake Timmons <b2timmons@speedymail.org>
Date: Sun, 25 Dec 2016 22:03:13 -0500
Subject: [PATCH] Fix bug in customizing `mail-sources' variable

* lisp/gnus/mail-source.el (mail-sources): Use list instead of cons
for lone argument.
---
 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 59a97dbb8c..8b7c8e0847 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.11.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#25274: Fix bug in customizing `mail-sources' variable
  2016-12-26  4:35 bug#25274: Fix bug in customizing `mail-sources' variable Bake Timmons
@ 2016-12-27  6:39 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2016-12-27  6:39 UTC (permalink / raw)
  To: Bake Timmons; +Cc: 25274-done

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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-27  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-26  4:35 bug#25274: Fix bug in customizing `mail-sources' variable Bake Timmons
2016-12-27  6:39 ` Katsumi Yamaoka

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.