Mercurial > hg > xemacs-beta
comparison lisp/gnus/gnus-uu.el @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | ec9a17fef872 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
31:b9328a10c56c | 32:e04119814345 |
---|---|
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 |