(gnus-uu-grab-articles): Require gnus-async so that `gnus-asynchronous' isn't shadowed.
[gnus] / lisp / gnus-uu.el
index 05ba359..15c3d41 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)