From d5ab8b6f2459b0c0111edc1ac7da20e1452c1f33 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 6 May 2023 22:27:55 +0200 Subject: [PATCH] ; Fix last change --- lisp/gnus/nntp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index a57fd200599..a36bce2dbfa 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el @@ -643,7 +643,7 @@ connection timeouts (which may be several minutes) or `nntp-with-open-group', opens a new connection then re-issues the NNTP command whose response triggered the error." (declare (indent 2) (debug (form form [&optional symbolp] def-body))) - (when (consp connectionless)) + (when (consp connectionless) (setq forms (cons connectionless forms) connectionless nil)) `(nntp-with-open-group-function ,group ,server ,connectionless -- 2.39.2