Mercurial > hg > xemacs-beta
diff lisp/w3/url.el @ 86:364816949b59 r20-0b93
Import from CVS: tag r20-0b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:02 +0200 |
parents | 6a378aca36af |
children | 821dec489c24 |
line wrap: on
line diff
--- a/lisp/w3/url.el Mon Aug 13 09:08:31 2007 +0200 +++ b/lisp/w3/url.el Mon Aug 13 09:09:02 2007 +0200 @@ -1,13 +1,13 @@ ;;; url.el --- Uniform Resource Locator retrieval tool ;; Author: wmperry -;; Created: 1997/01/19 01:12:24 -;; Version: 1.46 +;; Created: 1997/01/26 04:24:41 +;; Version: 1.47 ;; Keywords: comm, data, processes, hypermedia ;;; LCD Archive Entry: ;;; url|William M. Perry|wmperry@cs.indiana.edu| ;;; Functions for retrieving/manipulating URLs| -;;; 1997/01/19 01:12:24|1.46|Location Undetermined +;;; 1997/01/26 04:24:41|1.47|Location Undetermined ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -1339,7 +1339,7 @@ path components followed by `..' are removed, along with the `..' itself." (if url (setq url (mapconcat (function (lambda (x) - (if (memq x '(?\n ?\r)) + (if (memq x '(? ?\n ?\r)) "" (char-to-string x)))) (url-strip-leading-spaces