changeset 78734:46e7594406bc

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Mon, 03 Sep 2007 19:29:29 +0000
parents 0d24e0627e57
children c4fe185f8fb0
files lisp/url/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Mon Sep 03 19:29:18 2007 +0000
+++ b/lisp/url/ChangeLog	Mon Sep 03 19:29:29 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-08  Glenn Morris  <rgm@gnu.org>
 
 	* url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el: