diff options
author | Magnus Henoch <mange@freemail.hu> | 2007-01-14 23:17:59 +0000 |
---|---|---|
committer | Magnus Henoch <mange@freemail.hu> | 2007-01-14 23:17:59 +0000 |
commit | 00d972ebb6253b3f32732cd7b5d202252100b9bf (patch) | |
tree | 79924dea98fbcb47ae1bd37bd1da4099c8c8ff6d /lisp/url/url.el | |
parent | c1e6d824ae4e98b4bdbc77ae55fd3dc1dfcc4a61 (diff) | |
download | emacs-00d972ebb6253b3f32732cd7b5d202252100b9bf.tar.gz |
(url-retrieve-internal): Don't use `url-proxy-object'.
Diffstat (limited to 'lisp/url/url.el')
-rw-r--r-- | lisp/url/url.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/url/url.el b/lisp/url/url.el index 4ba604203dc..a95c7e39c02 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el @@ -172,7 +172,6 @@ the list of events, as described in the docstring of `url-retrieve'." (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) |