Mercurial > hg > xemacs-beta
diff lisp/w3/url-ns.el @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | 15872534500d |
children |
line wrap: on
line diff
--- a/lisp/w3/url-ns.el Mon Aug 13 09:54:24 2007 +0200 +++ b/lisp/w3/url-ns.el Mon Aug 13 09:55:28 2007 +0200 @@ -1,7 +1,7 @@ ;;; url-ns.el --- Various netscape-ish functions for proxy definitions ;; Author: wmperry -;; Created: 1997/06/29 22:51:33 -;; Version: 1.3 +;; Created: 1997/07/14 05:11:46 +;; Version: 1.4 ;; Keywords: comm, data, processes, hypermedia ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -31,7 +31,6 @@ (not (string-match "\\." host))) (defun dnsDomainIs (host dom) - (setq host (url-gateway-nslookup-host host)) (string-match (concat (regexp-quote dom) "$") host)) (defun dnsResolve (host)