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:
parent
ef1f4068f6
commit
b8bcd42cab
1 changed files with 3 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue