Mercurial > hg > xemacs-beta
comparison lisp/gnus/gnus-uu.el @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 360340f9fd5f |
children | 85ec50267440 |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
1204 ;; This function returns a list of files decoded if the grabbing and | 1204 ;; This function returns a list of files decoded if the grabbing and |
1205 ;; the process-function has been successful and nil otherwise. | 1205 ;; the process-function has been successful and nil otherwise. |
1206 (defun gnus-uu-grab-articles (articles process-function | 1206 (defun gnus-uu-grab-articles (articles process-function |
1207 &optional sloppy limit no-errors) | 1207 &optional sloppy limit no-errors) |
1208 (let ((state 'first) | 1208 (let ((state 'first) |
1209 (gnus-asynchronous nil) | |
1210 has-been-begin article result-file result-files process-state | 1209 has-been-begin article result-file result-files process-state |
1211 gnus-summary-display-article-function | 1210 gnus-summary-display-article-function |
1212 gnus-article-display-hook gnus-article-prepare-hook | 1211 gnus-article-display-hook gnus-article-prepare-hook |
1213 article-series files) | 1212 article-series files) |
1214 | 1213 |