summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-17 00:20:56 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-17 00:20:56 +0000
commit60e0aaf0bedcf9d988bcf30745b669766f5ad652 (patch)
tree7cb1b5ef3f7ef1aadf3aa1e1f017a55eec24a509
parent8462d42c401cb8c53e9bda8acbb35f39814cc741 (diff)
downloademacs-60e0aaf0bedcf9d988bcf30745b669766f5ad652.tar.gz
(nntp-accept-response): Add a timeout parameter to `accept-process-output'.
-rw-r--r--lisp/nntp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nntp.el b/lisp/nntp.el
index 31edc21d673..f3c0b7a0eb7 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))