Don't have nntp-report signal an error

* lisp/gnus/nntp.el (nntp-report): This should behave as much as
possible like nnheader-report, which only logs the error and returns
nil.
This commit is contained in:
Eric Abrahamsen 2021-10-31 18:01:15 -07:00
parent 58e271fc5e
commit 032969e8c6

View 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."