Mercurial > emacs
changeset 74575:34a1ff09106b
(url-gateway-nslookup-program): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 10 Dec 2006 23:44:43 +0000 |
parents | 3c809b430d91 |
children | 12e2c6045621 |
files | lisp/url/url-gw.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url-gw.el Sun Dec 10 23:33:46 2006 +0000 +++ b/lisp/url/url-gw.el Sun Dec 10 23:44:43 2006 +0000 @@ -104,7 +104,7 @@ :group 'url-gateway) (defcustom url-gateway-nslookup-program "nslookup" - "*If non-NIL then a string naming nslookup program." + "*If non-nil then a string naming nslookup program." :type '(choice (const :tag "None" :value nil) string) :group 'url-gateway) @@ -253,7 +253,7 @@ ;; Use non-blocking socket if we can. (make-network-process :name name :buffer buffer :host host :service service - :nowait + :nowait (featurep 'make-network-process '(:nowait t)))) (socks (socks-open-network-stream name buffer host service))