diff options
| author | Lars Magne Ingebrigtsen | 2011-09-28 09:03:55 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-09-28 09:03:55 +0000 |
| commit | 0a40c0609bf7dc47b68f13178ff07334f7dde349 (patch) | |
| tree | 0a1ea64203bb7cc87365503d82c0f47a25984937 | |
| parent | a5daf810f38ce0d4f08ea6a38f55f7f50651305f (diff) | |
| download | emacs-0a40c0609bf7dc47b68f13178ff07334f7dde349.tar.gz emacs-0a40c0609bf7dc47b68f13178ff07334f7dde349.zip | |
gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that `gnus-asynchronous' isn't shadowed.
| -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) |