From 3647f557cf42ae6b33414a454503d2695798a6e6 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 10 Feb 2012 18:30:39 +0100 Subject: [PATCH] Fix typo in last checkin. --- lisp/url/url-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 00bb712c88f..0c911260ca5 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -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. -- 2.39.2