X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fgnus-async.el;h=0a8a7988cd496729544589f38b7eaa4502207403;hb=03440feabbb3101aa039ec10ff2a41d4a38c3c20;hp=56d8f67ee8f88c5a07971f890d7005b10124e33a;hpb=48b6c5f7908fd4664e885ca3660ece3b53923fbe;p=gnus diff --git a/lisp/gnus-async.el b/lisp/gnus-async.el index 56d8f67ee..0a8a7988c 100644 --- a/lisp/gnus-async.el +++ b/lisp/gnus-async.el @@ -1,5 +1,6 @@ ;;; gnus-async.el --- asynchronous support for Gnus -;; Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003 +;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; Keywords: news @@ -276,7 +277,7 @@ It should return non-nil if the article is to be prefetched." ;; needs to be done in nntp.el. (while (eq article gnus-async-current-prefetch-article) (incf tries) - (when (nntp-accept-process-output proc 1) + (when (nntp-accept-process-output proc) (setq tries 0)) (when (and (not nntp-have-messaged) (= tries 3))