X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fgnus-agent.el;h=c5184143da66712c0e95f32fdd5602c0cf5a7a86;hb=0d4f1f279d27cf18c9b9d2f690bc5256a277a8a9;hp=eef04003abee240126037e16965ca957ccab545b;hpb=5c85eb9dd8a85edecf9b9da5bfeb5ca5d754aa1b;p=elisp%2Fgnus.git- diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index eef0400..c518414 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -673,7 +673,7 @@ the actual number of articles toggled is returned." ;; Fetch the articles from the backend. (if (gnus-check-backend-function 'retrieve-articles group) (setq pos (gnus-retrieve-articles articles group)) - (with-temp-file nil + (with-temp-buffer (let (article) (while (setq article (pop articles)) (when (gnus-request-article article group)