Indent.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 21 Jan 2003 17:43:59 +0000 (17:43 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 21 Jan 2003 17:43:59 +0000 (17:43 +0000)
lisp/nntp.el

index ca1c917..b99af97 100644 (file)
@@ -729,7 +729,8 @@ command whose response triggered the error."
                            (set-buffer buf)
                            (goto-char (point-max))
                            (if (not nntp-server-list-active-group)
-                               (not (re-search-backward "\r?\n" (- (point) 3) t))
+                               (not (re-search-backward "\r?\n"
+                                                       (- (point) 3) t))
                              (not (re-search-backward "^\\.\r?\n"
                                                       (- (point) 4) t)))))
                (nntp-accept-response)))