From 7f73887e75b7e62fd531fc35c6217a145c5081b2 Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Mon, 2 Oct 2000 20:40:03 +0000 Subject: [PATCH] 2000-10-02 17:38:12 ShengHuo ZHU * nntp.el (nntp-retrieve-data): Don't ignore quit. --- lisp/ChangeLog | 4 ++++ lisp/nntp.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f209c698f..879788038 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-10-02 17:38:12 ShengHuo ZHU + + * nntp.el (nntp-retrieve-data): Don't ignore quit. + 2000-10-02 14:43:13 ShengHuo ZHU * gnus-art.el (gnus-article-banner-alist): New variable. diff --git a/lisp/nntp.el b/lisp/nntp.el index 96c903599..ffb681244 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -351,8 +351,7 @@ noticing asynchronous data.") (t t))) (error (nnheader-report 'nntp "Couldn't open connection to %s: %s" - address err)) - (quit nil))))) + address err)))))) (defsubst nntp-send-command (wait-for &rest strings) "Send STRINGS to server and wait until WAIT-FOR returns." -- 2.25.1