Mercurial > emacs
changeset 59326:2456c6683909
(url-http-handle-authentication): Don't kill the current buffer.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Mon, 03 Jan 2005 16:53:17 +0000 |
parents | 68eaccfa130a |
children | 6535aefcfd51 |
files | lisp/url/url-http.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url-http.el Mon Jan 03 16:49:35 2005 +0000 +++ b/lisp/url/url-http.el Mon Jan 03 16:53:17 2005 +0000 @@ -322,8 +322,8 @@ (let ((url-request-method url-http-method) (url-request-data url-http-data) (url-request-extra-headers url-http-extra-headers)) - (url-retrieve url url-callback-function url-callback-arguments)))) - (kill-buffer (current-buffer))))) + (url-retrieve url url-callback-function + url-callback-arguments))))))) (defun url-http-parse-response () "Parse just the response code."