diff options
| -rw-r--r-- | lisp/nntp.el | 2 |
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." | |||
| 1183 | (sleep-for 1) | 1183 | (sleep-for 1) |
| 1184 | (message "")) | 1184 | (message "")) |
| 1185 | (condition-case errorcode | 1185 | (condition-case errorcode |
| 1186 | (accept-process-output nntp-server-process) | 1186 | (accept-process-output nntp-server-process 1) |
| 1187 | (error | 1187 | (error |
| 1188 | (cond ((string-equal "select error: Invalid argument" | 1188 | (cond ((string-equal "select error: Invalid argument" |
| 1189 | (nth 1 errorcode)) | 1189 | (nth 1 errorcode)) |