[gnus git] branch master updated: n0-17-10-g12095f3 =1= Define url-queue-retrieve to avoid an XEmacs buildbot failure.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 12095f33c2fbca4562ea0101fd601b81792b0235 (commit)
from 109e5b50fbd27112cbc7214ac23698e0182b8aa5 (commit)
- Log -----------------------------------------------------------------
commit 12095f33c2fbca4562ea0101fd601b81792b0235
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon May 2 19:10:28 2011 +0200
Define url-queue-retrieve to avoid an XEmacs buildbot failure.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index ee14ff2..f5279ec 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -147,6 +147,8 @@
(defvar help-echo-owns-message))
(unless (fboundp 'url-retrieve-synchronously)
(defalias 'url-retrieve-synchronously 'url-retrieve))
+ (unless (fboundp 'url-queue-retrieve)
+ (defalias 'url-queue-retrieve 'url-retrieve))
(autoload 'Info-directory "info" nil t)
(autoload 'Info-index "info" nil t)
(autoload 'Info-index-next "info" nil t)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/dgnushack.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project