Mercurial > emacs
changeset 73516:a4f1d5ea6dee
(url-http-parse-headers): Fix misplaced paren.
author | Magnus Henoch <mange@freemail.hu> |
---|---|
date | Sat, 28 Oct 2006 14:51:40 +0000 |
parents | b6fa628c5c51 |
children | 2881aec6b925 |
files | lisp/url/ChangeLog lisp/url/url-http.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Sat Oct 28 14:18:04 2006 +0000 +++ b/lisp/url/ChangeLog Sat Oct 28 14:51:40 2006 +0000 @@ -1,3 +1,7 @@ +2006-10-28 Magnus Henoch <mange@freemail.hu> + + * url-http.el (url-http-parse-headers): Fix misplaced paren. + 2006-10-27 Magnus Henoch <mange@freemail.hu> * url-http.el (url-http-mark-connection-as-free): Verify that
--- a/lisp/url/url-http.el Sat Oct 28 14:18:04 2006 +0000 +++ b/lisp/url/url-http.el Sat Oct 28 14:51:40 2006 +0000 @@ -534,8 +534,8 @@ (set (make-local-variable 'url-redirect-buffer) (url-retrieve-internal redirect-uri url-callback-function - url-callback-arguments) - (url-mark-buffer-as-dead (current-buffer))))))) + url-callback-arguments)) + (url-mark-buffer-as-dead (current-buffer)))))) (4 ; Client error ;; 400 Bad Request ;; 401 Unauthorized