mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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:
parent
58e271fc5e
commit
032969e8c6
1 changed files with 1 additions and 3 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue