diff lisp/url/ChangeLog @ 83871:dd89a6da6c91

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Mon, 03 Sep 2007 19:28:23 +0000
parents dd2bcc6758a0
children da12600035f6
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Mon Sep 03 19:27:26 2007 +0000
+++ b/lisp/url/ChangeLog	Mon Sep 03 19:28:23 2007 +0000
@@ -1,3 +1,10 @@
+2007-09-03  Diane Murray  <disumu@x3y2z1.net>
+
+	* url-http.el: (url-http-parse-headers): Bind the current buffer
+	rather than calling `url-mark-buffer-as-dead' with
+	`current-buffer', so that the correct buffer is killed if
+	`url-retrieve-synchronously' gets redirected to a new URL.
+
 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* url-parse.el (url): Use defstruct rather than macros.