]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that `gnus-asynchronous...
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 28 Sep 2011 09:03:55 +0000 (09:03 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 28 Sep 2011 09:03:55 +0000 (09:03 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-uu.el

index c535f4a954973d5ad251206051f75df0937cba65..a330d5c6be8dba54aad0c45ef2de5b03db447b9c 100644 (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).
index 05ba359547919e9c3ce69c4da30d8d7f815b0ec9..15c3d41bece8f1b74ee5c44326233e7ed874af2a 100644 (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)