summaryrefslogtreecommitdiff
path: root/lisp/nntp.el
diff options
context:
space:
mode:
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 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))