2000-10-02 17:38:12 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 2 Oct 2000 20:40:03 +0000 (20:40 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 2 Oct 2000 20:40:03 +0000 (20:40 +0000)
* nntp.el (nntp-retrieve-data): Don't ignore quit.

lisp/ChangeLog
lisp/nntp.el

index f209c69..8797880 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nntp.el (nntp-retrieve-data): Don't ignore quit.
+
 2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-art.el (gnus-article-banner-alist): New variable.
index 96c9035..ffb6812 100644 (file)
@@ -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."