gnus-group.el (gnus-group-completing-read): Fix last change.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 6 Oct 2010 01:41:17 +0000 (01:41 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 6 Oct 2010 01:41:17 +0000 (01:41 +0000)
lisp/gnus-group.el

index c146456..92423cb 100644 (file)
@@ -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)))))