gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that `gnus-asynchronous' isn't shadowed.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-09-28 09:03:55 +00:00 committed by Katsumi Yamaoka
parent a5daf810f3
commit 0a40c0609b
2 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,11 @@
* plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
documentation.
2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
`gnus-asynchronous' isn't shadowed.
2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
* nnimap.el (nnimap-wait-for-response): Message less (bug#9540).

View file

@ -1290,6 +1290,7 @@ When called interactively, prompt for REGEXP."
;; the process-function has been successful and nil otherwise.
(defun gnus-uu-grab-articles (articles process-function
&optional sloppy limit no-errors)
(require 'gnus-async)
(let ((state 'first)
(gnus-asynchronous nil)
(gnus-inhibit-treatment t)