emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d5ab8b6f245: ; Fix last change


From: Andreas Schwab
Subject: master d5ab8b6f245: ; Fix last change
Date: Sat, 6 May 2023 16:28:25 -0400 (EDT)

branch: master
commit d5ab8b6f2459b0c0111edc1ac7da20e1452c1f33
Author: Andreas Schwab <schwab@linux-m68k.org>
Commit: Andreas Schwab <schwab@linux-m68k.org>

    ; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]