aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nntp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-01-17 00:20:56 +0000
committerRichard M. Stallman <[email protected]>1996-01-17 00:20:56 +0000
commite9bd11e57af21f0776571fedf5ff6da93476aa70 (patch)
tree3e94f49a187ce739043f34410d013ec69855a978 /lisp/nntp.el
parent5a989d6ec0951514adab9349d7c505a0dc07f407 (diff)
(nntp-accept-response): Add a timeout parameter to `accept-process-output'.
Diffstat (limited to 'lisp/nntp.el')
-rw-r--r--lisp/nntp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nntp.el b/lisp/nntp.el
index 31edc21d67..f3c0b7a0eb 100644
--- a/lisp/nntp.el
+++ b/lisp/nntp.el
@@ -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))