From a21f5c281a22ac87a00b75919410c6f02689f1a6 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 6 Oct 2010 01:41:17 +0000 Subject: [PATCH] gnus-group.el (gnus-group-completing-read): Fix last change. --- lisp/gnus-group.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index c14645622..92423cbb1 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -2191,7 +2191,7 @@ if it is not a list." (or hist 'gnus-group-history) def)) (if (if (listp collection) - (member group (mapcar 'symbol-name collection)) + (member group choices) (symbol-value (intern-soft group collection))) group (mm-encode-coding-string group (gnus-group-name-charset nil group))))) -- 2.25.1