From e817f9a24842f7f949bd82d78d92fa86d139fd81 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 3 Jan 2005 16:56:28 +0000 Subject: [PATCH] (url-http-handle-authentication): Don't kill the current buffer. --- lisp/url/ChangeLog | 5 +++++ lisp/url/url-http.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 9bb5ef1c3e5..b3486e19acd 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,8 @@ +2005-01-03 Klaus Straubinger (tiny change) + + * url-http.el (url-http-handle-authentication): + Don't kill the current buffer. + 2004-12-11 Stefan Monnier * url-handlers.el: Don't `require' everything eagerly. diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 8a7269e6bea..2608a85963a 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -322,8 +322,8 @@ This allows us to use `mail-fetch-field', etc." (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." -- 2.39.5