From 79d93c9e315aaf42e33f748471589d19e5f48bbb Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 5 Dec 2010 22:10:28 +0100 Subject: [PATCH] The completion function expects a list instead of an alist. --- lisp/ChangeLog | 3 +++ lisp/gnus-sum.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index edf4433ef..4499c7d27 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-12-05 Lars Magne Ingebrigtsen + * gnus-sum.el (gnus-summary-respool-article): The completion function + expects a list instead of an alist. + * nntp.el (nntp-snarf-error-message): nnheader-report takes a format string as the parameter. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 149ba5a59..2bb39af3f 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -10004,7 +10004,7 @@ current group into whatever groups they are destined to. In the latter case, they will be copied into the relevant groups." (interactive (list current-prefix-arg - (let* ((methods (gnus-methods-using 'respool)) + (let* ((methods (mapcar #'car (gnus-methods-using 'respool))) (methname (symbol-name (or gnus-summary-respool-default-method (car (gnus-find-method-for-group -- 2.25.1