mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(nntp-accept-response): Add a timeout parameter to `accept-process-output'.
This commit is contained in:
parent
5a989d6ec0
commit
e9bd11e57a
1 changed files with 1 additions and 1 deletions
|
|
@ -1183,7 +1183,7 @@ defining this function as macro."
|
|||
(sleep-for 1)
|
||||
(message ""))
|
||||
(condition-case errorcode
|
||||
(accept-process-output nntp-server-process)
|
||||
(accept-process-output nntp-server-process 1)
|
||||
(error
|
||||
(cond ((string-equal "select error: Invalid argument"
|
||||
(nth 1 errorcode))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue