aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMagnus Henoch2006-12-08 00:39:01 +0000
committerMagnus Henoch2006-12-08 00:39:01 +0000
commitb1249a9539fd7859ab1ed7a9ac10cef4a67a36c7 (patch)
tree3fd4a5d2ec3a77d1f4037b5845e86ce2be28f734 /lisp
parent9450f1246a4496c4ce464c96ca5c3695cd42e703 (diff)
downloademacs-b1249a9539fd7859ab1ed7a9ac10cef4a67a36c7.tar.gz
emacs-b1249a9539fd7859ab1ed7a9ac10cef4a67a36c7.zip
(url-retrieve-internal): Bind url-proxy-object to nil.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/url/url.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/url/url.el b/lisp/url/url.el
index a95c7e39c02..4ba604203dc 100644
--- a/lisp/url/url.el
+++ b/lisp/url/url.el
@@ -172,6 +172,7 @@ the list of events, as described in the docstring of `url-retrieve'."
172 (unless (url-type url) 172 (unless (url-type url)
173 (error "Bad url: %s" (url-recreate-url url))) 173 (error "Bad url: %s" (url-recreate-url url)))
174 (let ((loader (url-scheme-get-property (url-type url) 'loader)) 174 (let ((loader (url-scheme-get-property (url-type url) 'loader))
175 (url-proxy-object nil)
175 (url-using-proxy (if (url-host url) 176 (url-using-proxy (if (url-host url)
176 (url-find-proxy-for-url url (url-host url)))) 177 (url-find-proxy-for-url url (url-host url))))
177 (buffer nil) 178 (buffer nil)