diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-uu.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index c535f4a9549..a330d5c6be8 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -3,6 +3,11 @@ | |||
| 3 | * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify | 3 | * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify |
| 4 | documentation. | 4 | documentation. |
| 5 | 5 | ||
| 6 | 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 7 | |||
| 8 | * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that | ||
| 9 | `gnus-asynchronous' isn't shadowed. | ||
| 10 | |||
| 6 | 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | 11 | 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | 12 | ||
| 8 | * nnimap.el (nnimap-wait-for-response): Message less (bug#9540). | 13 | * nnimap.el (nnimap-wait-for-response): Message less (bug#9540). |
diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index 05ba3595479..15c3d41bece 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el | |||
| @@ -1290,6 +1290,7 @@ When called interactively, prompt for REGEXP." | |||
| 1290 | ;; the process-function has been successful and nil otherwise. | 1290 | ;; the process-function has been successful and nil otherwise. |
| 1291 | (defun gnus-uu-grab-articles (articles process-function | 1291 | (defun gnus-uu-grab-articles (articles process-function |
| 1292 | &optional sloppy limit no-errors) | 1292 | &optional sloppy limit no-errors) |
| 1293 | (require 'gnus-async) | ||
| 1293 | (let ((state 'first) | 1294 | (let ((state 'first) |
| 1294 | (gnus-asynchronous nil) | 1295 | (gnus-asynchronous nil) |
| 1295 | (gnus-inhibit-treatment t) | 1296 | (gnus-inhibit-treatment t) |