Mercurial > emacs
changeset 74478:a4a6a88fed98
(url-retrieve-internal): Bind url-proxy-object to nil.
author | Magnus Henoch <mange@freemail.hu> |
---|---|
date | Fri, 08 Dec 2006 00:39:01 +0000 |
parents | 90adadb81dba |
children | e3cccb27ecd2 |
files | lisp/url/url.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url.el Fri Dec 08 00:38:47 2006 +0000 +++ b/lisp/url/url.el Fri Dec 08 00:39:01 2006 +0000 @@ -172,6 +172,7 @@ (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)