projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef1f406
)
Revert "Don't have nntp-report signal an error"
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 11 May 2023 09:59:46 +0000
(12:59 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 11 May 2023 09:59:46 +0000
(12:59 +0300)
This reverts commit
032969e8c65ba1ccda8466f6c61f20e0c7293ebf
.
The commit is being reverted because it caused bug#62845.
lisp/gnus/nntp.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nntp.el
b/lisp/gnus/nntp.el
index 20c176f2269ed2e90b859c0c5cfad4443fddec02..3c56f0667b7cf560aca8335997337f15a8550664 100644
(file)
--- a/
lisp/gnus/nntp.el
+++ b/
lisp/gnus/nntp.el
@@
-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."