emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-methods.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-methods.el,v
Date: Mon, 18 Sep 2006 14:16:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     06/09/18 14:16:08

Index: url-methods.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/url/url-methods.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- url-methods.el      5 Feb 2006 23:15:07 -0000       1.9
+++ url-methods.el      18 Sep 2006 14:16:07 -0000      1.10
@@ -75,6 +75,11 @@
         (cur-proxy (assoc scheme url-proxy-services))
         (urlobj nil))
 
+    ;; If env-proxy is an empty string, treat it as if it were nil
+    (when (and (stringp env-proxy)
+              (string= env-proxy ""))
+      (setq env-proxy nil))
+
     ;; Store any proxying information - this will not overwrite an old
     ;; entry, so that people can still set this information in their
     ;; .emacs file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]