Fix typo in last checkin.
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 10 Feb 2012 17:30:39 +0000 (18:30 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 10 Feb 2012 17:30:39 +0000 (18:30 +0100)
lisp/url/url-http.el

index 00bb712..0c91126 100644 (file)
@@ -648,7 +648,7 @@ should be shown to the user."
                         redirect-uri url-callback-function
                         url-callback-arguments
                         (url-silent url-current-object)
-                        (not (url-use-cookies url))))
+                        (not (url-use-cookies url-current-object))))
                   (url-mark-buffer-as-dead buffer))
               ;; We hit url-max-redirections, so issue an error and
               ;; stop redirecting.