emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-http.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-http.el
Date: Mon, 20 Feb 2006 22:21:00 +0000

Index: emacs/lisp/url/url-http.el
diff -u emacs/lisp/url/url-http.el:1.25 emacs/lisp/url/url-http.el:1.26
--- emacs/lisp/url/url-http.el:1.25     Mon Feb 20 21:52:08 2006
+++ emacs/lisp/url/url-http.el  Mon Feb 20 22:21:00 2006
@@ -121,7 +121,7 @@
          (let ((buf (generate-new-buffer " *url-http-temp*")))
            ;; `url-open-stream' needs a buffer in which to do things
            ;; like authentication.  But we use another buffer afterwards.
-           (unwind-protect (url-open-stream host nil host port)
+           (unwind-protect (url-open-stream host buf host port)
              (kill-buffer buf)))))))
 
 ;; Building an HTTP request




reply via email to

[Prev in Thread] Current Thread [Next in Thread]