From: yamaoka Date: Mon, 26 Jun 2000 12:12:02 +0000 (+0000) Subject: Oops! too much parens. X-Git-Tag: t-gnus-6_14-quimby-before-AC-changed-~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0e36bea0691653ecc6ec54cf9acd7dcd1ae3823c;p=elisp%2Fgnus.git- Oops! too much parens. --- diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 6552707..a66d9d3 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -745,8 +745,8 @@ function is generally only called when Gnus is shutting down." (deffoo nnimap-request-post (&optional server) (let ((success t)) (dolist (mbx (message-unquote-tokens - (message-tokenize-header - (message-fetch-field "Newsgroups") ", ")) success)) + (message-tokenize-header + (message-fetch-field "Newsgroups") ", ")) success) (let ((to-newsgroup (gnus-group-prefixed-name mbx gnus-command-method))) (or (gnus-active to-newsgroup) (gnus-activate-group to-newsgroup)