diff options
| -rw-r--r-- | lisp/url/url-gw.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index b5701668f83..153d146b608 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -212,7 +212,7 @@ linked Emacs under SunOS 4.x" | |||
| 212 | (defun url-open-stream (name buffer host service) | 212 | (defun url-open-stream (name buffer host service) |
| 213 | "Open a stream to HOST, possibly via a gateway. | 213 | "Open a stream to HOST, possibly via a gateway. |
| 214 | Args per `open-network-stream'. | 214 | Args per `open-network-stream'. |
| 215 | Will not make a connexion if `url-gateway-unplugged' is non-nil." | 215 | Will not make a connection if `url-gateway-unplugged' is non-nil." |
| 216 | (unless url-gateway-unplugged | 216 | (unless url-gateway-unplugged |
| 217 | (let ((gw-method (if (and url-gateway-local-host-regexp | 217 | (let ((gw-method (if (and url-gateway-local-host-regexp |
| 218 | (not (eq 'tls url-gateway-method)) | 218 | (not (eq 'tls url-gateway-method)) |