From b6c3805661238cc0f0524012b3570e50d18bd8a1 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 11 Dec 2002 07:08:08 +0000 Subject: [PATCH] (nntp-with-open-group): The number of arguments of setq must be an even number in XEmacs. --- lisp/nntp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1