[gnus git] branch master updated: n0-17-11-ge931722 =1= Define url-queue-retrieve better to avoid warnings.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e9317228d80c4cd0c9c0684e7af4441f8f04d84c (commit)
from 12095f33c2fbca4562ea0101fd601b81792b0235 (commit)
- Log -----------------------------------------------------------------
commit e9317228d80c4cd0c9c0684e7af4441f8f04d84c
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon May 2 19:17:52 2011 +0200
Define url-queue-retrieve better to avoid warnings.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index f5279ec..34248d3 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -148,7 +148,8 @@
(unless (fboundp 'url-retrieve-synchronously)
(defalias 'url-retrieve-synchronously 'url-retrieve))
(unless (fboundp 'url-queue-retrieve)
- (defalias 'url-queue-retrieve 'url-retrieve))
+ (defun url-queue-retrieve (url callback &optional cbargs silent)
+ (url-retrieve url callback cbargs)))
(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 | 3 ++-
1 files changed, 2 insertions(+), 1 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