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: Tue, 07 Mar 2006 17:21:17 +0000

Index: emacs/lisp/url/url-http.el
diff -u emacs/lisp/url/url-http.el:1.27 emacs/lisp/url/url-http.el:1.28
--- emacs/lisp/url/url-http.el:1.27     Mon Mar  6 03:17:00 2006
+++ emacs/lisp/url/url-http.el  Tue Mar  7 17:21:16 2006
@@ -124,7 +124,8 @@
            (unwind-protect
                (let ((proc (url-open-stream host buf host port)))
                  ;; Drop the temp buffer link before killing the buffer.
-                 (set-process-buffer proc nil))
+                 (set-process-buffer proc nil)
+                 proc)
              (kill-buffer buf)))))))
 
 ;; Building an HTTP request




reply via email to

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