(url-http-parse-headers): Fix misplaced paren.

This commit is contained in:
Magnus Henoch 2006-10-28 14:51:40 +00:00
parent 08c851609f
commit ced20bfb68
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -534,8 +534,8 @@ should be shown to the user."
(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