Revert "Don't have nntp-report signal an error"

This reverts commit 032969e8c6.
The commit is being reverted because it caused bug#62845.
This commit is contained in:
Eli Zaretskii 2023-05-11 12:59:46 +03:00
parent ef1f4068f6
commit b8bcd42cab

View file

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