]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 6 May 2023 20:27:55 +0000 (22:27 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 6 May 2023 20:27:55 +0000 (22:27 +0200)
lisp/gnus/nntp.el

index a57fd200599ae6225499eecb97b13a4fff9cd814..a36bce2dbfa61deb44422391bfbc154f72053b5c 100644 (file)
@@ -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