(nntp-with-open-group): The number of arguments of setq must be
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 11 Dec 2002 07:08:08 +0000 (07:08 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 11 Dec 2002 07:08:08 +0000 (07:08 +0000)
 an even number in XEmacs.

lisp/nntp.el

index a989826..a7cf44e 100644 (file)
@@ -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