Merge remote-tracking branch 'origin/no-gnus'
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 8 Feb 2012 00:27:44 +0000 (01:27 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 8 Feb 2012 00:27:44 +0000 (01:27 +0100)
lisp/ChangeLog
lisp/dgnushack.el

index 3bdb9f3..c97bb93 100644 (file)
@@ -24,6 +24,8 @@
 
 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * 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.
index 4a8f02d..3defe55 100644 (file)
     (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)