Mercurial > emacs
changeset 14196:abbc35e39b11
(nntp-accept-response): Add a timeout parameter to `accept-process-output'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 17 Jan 1996 00:20:56 +0000 |
parents | df3c52ae5b14 |
children | 85a1a4ac2663 |
files | lisp/nntp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/nntp.el Wed Jan 17 00:19:44 1996 +0000 +++ b/lisp/nntp.el Wed Jan 17 00:20:56 1996 +0000 @@ -1183,7 +1183,7 @@ (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))