]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't have nntp-report signal an error
authorEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 1 Nov 2021 01:01:15 +0000 (18:01 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 8 Nov 2021 19:29:47 +0000 (11:29 -0800)
* lisp/gnus/nntp.el (nntp-report): This should behave as much as
possible like nnheader-report, which only logs the error and returns
nil.

lisp/gnus/nntp.el

index 615a3c931bf75de86f5844aa222914f30adcd4b2..25289655bf2ae1360c820406f86224fb401577cd 100644 (file)
@@ -331,9 +331,7 @@ retried once before actually displaying the error report."
     (when nntp-record-commands
       (nntp-record-command "*** CALLED nntp-report ***"))
 
-    (nnheader-report 'nntp args)
-
-    (apply #'error args)))
+    (nnheader-report 'nntp args)))
 
 (defsubst nntp-copy-to-buffer (buffer start end)
   "Copy string from unibyte current buffer to multibyte buffer."