lisp/url/url-methods.el: Fix format error when http_proxy is empty string
authorMiles Bader <miles@gnu.org>
Mon, 18 Sep 2006 14:16:07 +0000 (14:16 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 18 Sep 2006 14:16:07 +0000 (14:16 +0000)
commitf316efd97866668388e0de6e2e68ff73f7a1cbb8
tree762985af3e9160fd787f4bfb475542eeb79aa6e9
parente437f99a4c72c5459c86bb636f63ca61ad57762e
lisp/url/url-methods.el: Fix format error when http_proxy is empty string

2006-09-18  Michael Olson  <mwolson@gnu.org>

* url-methods.el (url-scheme-register-proxy): Handle case where
getenv returns an empty string for http_proxy.  This prevents an
error when calling `format' later on.

--This line, and those below, will be ignored--
Files to commit:
   lisp/url/ChangeLog
   lisp/url/url-methods.el

This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-441
Creator:  Michael Olson <mwolson@gnu.org>
lisp/url/ChangeLog
lisp/url/url-methods.el