1
Fork 0
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:
Richard M. Stallman 1996-01-17 00:20:56 +00:00
parent 5a989d6ec0
commit e9bd11e57a

View file

@ -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))