mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that `gnus-asynchronous' isn't shadowed.
This commit is contained in:
parent
a5daf810f3
commit
0a40c0609b
2 changed files with 6 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue