[gnus git] branch no-gnus updated: m0-1-40-ga66c0f4 =1= * dgnushack.el: Fix XEmacs compilation warning.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via a66c0f4057196fb0ce5b5ba8d17de567ffc8c932 (commit)
from 283e76bd2d5af17da11a4f5da4443962eab7ae53 (commit)
- Log -----------------------------------------------------------------
commit a66c0f4057196fb0ce5b5ba8d17de567ffc8c932
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 8 01:27:24 2012 +0100
* dgnushack.el: Fix XEmacs compilation warning.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8482dc2..b19e4f5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-02-08 Lars Ingebrigtsen <[email protected]>
+ * dgnushack.el: Fix XEmacs compilation warning.
+
* shr.el: Inhibit getting and sending cookies when fetching pictures.
* gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 4a8f02d..3defe55 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -150,7 +150,8 @@
(unless (fboundp 'url-retrieve-synchronously)
(defalias 'url-retrieve-synchronously 'url-retrieve))
(unless (fboundp 'url-queue-retrieve)
- (defun url-queue-retrieve (url callback &optional cbargs silent)
+ (defun url-queue-retrieve (url callback &optional cbargs silent
+ inhibit-cookies)
(url-retrieve url callback cbargs)))
(autoload 'Info-directory "info" nil t)
(autoload 'Info-index "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/ChangeLog | 2 ++
lisp/dgnushack.el | 3 ++-
2 files changed, 4 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project