# HG changeset patch # User Glenn Morris # Date 1188847703 0 # Node ID dd89a6da6c91788d64b0ad5f4c028c045d3bfef1 # Parent e80e5fa22d19245093888b00b60533e4e010b5c8 *** empty log message *** diff -r e80e5fa22d19 -r dd89a6da6c91 lisp/url/ChangeLog --- 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 + + * 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 * url-parse.el (url): Use defstruct rather than macros.