Mercurial > emacs
changeset 9582:5005fc6f6c6f
(nntp-open-server): Send MODE READER command to server.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Oct 1994 02:45:12 +0000 |
parents | a035cc3716a1 |
children | 99d523cdb0ea |
files | lisp/=nntp.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/=nntp.el Tue Oct 18 02:39:40 1994 +0000 +++ b/lisp/=nntp.el Tue Oct 18 02:45:12 1994 +0000 @@ -338,8 +338,9 @@ ;; Do check unexpected close of connection. ;; Suggested by feldmark@hanako.stars.flab.fujitsu.junet. (if status - (set-process-sentinel nntp-server-process - 'nntp-default-sentinel) + (progn (set-process-sentinel nntp-server-process + 'nntp-default-sentinel) + (nntp-send-command "^[25].*\r$" "MODE" "READER")) ;; We have to close connection here, since function ;; `nntp-server-opened' may return incorrect status. (nntp-close-server-internal)