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-gw.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-gw.el
Date: Tue, 21 Jun 2005 09:35:39 -0400

Index: emacs/lisp/url/url-gw.el
diff -c emacs/lisp/url/url-gw.el:1.7 emacs/lisp/url/url-gw.el:1.8
*** emacs/lisp/url/url-gw.el:1.7        Wed Oct 20 08:03:48 2004
--- emacs/lisp/url/url-gw.el    Tue Jun 21 13:35:38 2005
***************
*** 212,218 ****
  (defun url-open-stream (name buffer host service)
    "Open a stream to HOST, possibly via a gateway.
  Args per `open-network-stream'.
! Will not make a connexion if `url-gateway-unplugged' is non-nil."
    (unless url-gateway-unplugged
      (let ((gw-method (if (and url-gateway-local-host-regexp
                              (not (eq 'tls url-gateway-method))
--- 212,218 ----
  (defun url-open-stream (name buffer host service)
    "Open a stream to HOST, possibly via a gateway.
  Args per `open-network-stream'.
! Will not make a connection if `url-gateway-unplugged' is non-nil."
    (unless url-gateway-unplugged
      (let ((gw-method (if (and url-gateway-local-host-regexp
                              (not (eq 'tls url-gateway-method))




reply via email to

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