From: Katsumi Yamaoka Date: Wed, 11 Dec 2002 07:08:08 +0000 (+0000) Subject: (nntp-with-open-group): The number of arguments of setq must be X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=b6c3805661238cc0f0524012b3570e50d18bd8a1 (nntp-with-open-group): The number of arguments of setq must be an even number in XEmacs. --- diff --git a/lisp/nntp.el b/lisp/nntp.el index a98982609..a7cf44e9a 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -530,7 +530,7 @@ opens a new connection then re-issues the NNTP command whose response triggered (when (and (listp connectionless) (not (eq connectionless nil))) (setq forms (cons connectionless forms) - connectionless)) + connectionless nil)) `(let ((nntp-with-open-group-first-pass t) nntp-with-open-group-internal) (while (catch 'nntp-with-open-group-error