diff options
| -rw-r--r-- | lisp/url/url-gw.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index 5197d894aa2..eaf654e2b4f 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -104,7 +104,7 @@ linked Emacs under SunOS 4.x" | |||
| 104 | :group 'url-gateway) | 104 | :group 'url-gateway) |
| 105 | 105 | ||
| 106 | (defcustom url-gateway-nslookup-program "nslookup" | 106 | (defcustom url-gateway-nslookup-program "nslookup" |
| 107 | "*If non-NIL then a string naming nslookup program." | 107 | "*If non-nil then a string naming nslookup program." |
| 108 | :type '(choice (const :tag "None" :value nil) string) | 108 | :type '(choice (const :tag "None" :value nil) string) |
| 109 | :group 'url-gateway) | 109 | :group 'url-gateway) |
| 110 | 110 | ||
| @@ -253,7 +253,7 @@ Might do a non-blocking connection; use `process-status' to check." | |||
| 253 | ;; Use non-blocking socket if we can. | 253 | ;; Use non-blocking socket if we can. |
| 254 | (make-network-process :name name :buffer buffer | 254 | (make-network-process :name name :buffer buffer |
| 255 | :host host :service service | 255 | :host host :service service |
| 256 | :nowait | 256 | :nowait |
| 257 | (featurep 'make-network-process '(:nowait t)))) | 257 | (featurep 'make-network-process '(:nowait t)))) |
| 258 | (socks | 258 | (socks |
| 259 | (socks-open-network-stream name buffer host service)) | 259 | (socks-open-network-stream name buffer host service)) |