From: Magnus Henoch Date: Sat, 28 Oct 2006 14:51:40 +0000 (+0000) Subject: (url-http-parse-headers): Fix misplaced paren. X-Git-Tag: emacs-pretest-22.0.91~492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ced20bfb689eb74b0353c0437f77d4dd3084ab9e;p=emacs.git (url-http-parse-headers): Fix misplaced paren. --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 60d287896dd..d0df620c870 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2006-10-28 Magnus Henoch + + * url-http.el (url-http-parse-headers): Fix misplaced paren. + 2006-10-27 Magnus Henoch * url-http.el (url-http-mark-connection-as-free): Verify that diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index cd09df3cb4c..181a4b8db9a 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -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