diff lisp/w3/url-auth.el @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 441bb1e64a06
children
line wrap: on
line diff
--- a/lisp/w3/url-auth.el	Mon Aug 13 09:15:13 2007 +0200
+++ b/lisp/w3/url-auth.el	Mon Aug 13 09:15:49 2007 +0200
@@ -1,7 +1,7 @@
 ;;; url-auth.el --- Uniform Resource Locator authorization modules
 ;; Author: wmperry
-;; Created: 1997/01/19 01:17:29
-;; Version: 1.5
+;; Created: 1997/02/18 23:34:14
+;; Version: 1.6
 ;; Keywords: comm, data, processes, hypermedia
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -54,7 +54,7 @@
   (let* ((href (if (stringp url)
 		   (url-generic-parse-url url)
 		 url))
-	 (server (or (url-host href) url-current-server))
+	 (server (url-host href))
 	 (port (or (url-port href) "80"))
 	 (path (url-filename href))
 	 user pass byserv retval data)
@@ -134,7 +134,7 @@
       (let* ((href (if (stringp url)
 		       (url-generic-parse-url url)
 		     url))
-	     (server (or (url-host href) url-current-server))
+	     (server (url-host href))
 	     (port (or (url-port href) "80"))
 	     (path (url-filename href))
 	     user pass byserv retval data)