projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e271f
)
Don't have nntp-report signal an error
author
Eric Abrahamsen
<eric@ericabrahamsen.net>
Mon, 1 Nov 2021 01:01:15 +0000
(18:01 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/lisp/gnus/nntp.el
b/lisp/gnus/nntp.el
index 615a3c931bf75de86f5844aa222914f30adcd4b2..25289655bf2ae1360c820406f86224fb401577cd 100644
(file)
--- a/
lisp/gnus/nntp.el
+++ b/
lisp/gnus/nntp.el
@@
-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."