emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107235: Fix typo in last checkin.


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107235: Fix typo in last checkin.
Date: Fri, 10 Feb 2012 18:30:39 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107235
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-10 18:30:39 +0100
message:
  Fix typo in last checkin.
modified:
  lisp/url/url-http.el
=== modified file 'lisp/url/url-http.el'
--- a/lisp/url/url-http.el      2012-02-10 17:25:31 +0000
+++ b/lisp/url/url-http.el      2012-02-10 17:30:39 +0000
@@ -648,7 +648,7 @@
                         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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]