changeset 75236:2349801d8856

(url-retrieve-internal): Don't use `url-proxy-object'.
author Magnus Henoch <mange@freemail.hu>
date Sun, 14 Jan 2007 23:17:52 +0000
parents 48337b29e3b6
children 2855dcf47442
files lisp/url/url.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url.el	Sun Jan 14 23:17:28 2007 +0000
+++ b/lisp/url/url.el	Sun Jan 14 23:17:52 2007 +0000
@@ -172,7 +172,6 @@
   (unless (url-type url)
     (error "Bad url: %s" (url-recreate-url url)))
   (let ((loader (url-scheme-get-property (url-type url) 'loader))
-	(url-proxy-object nil)
 	(url-using-proxy (if (url-host url)
 			     (url-find-proxy-for-url url (url-host url))))
 	(buffer nil)