Mercurial > hg > xemacs-beta
comparison lisp/w3/url.el @ 134:34a5b81f86ba r20-2b1
Import from CVS: tag r20-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:30:11 +0200 |
parents | 9b50b4588a93 |
children | 6608ceec7cf8 |
comparison
equal
deleted
inserted
replaced
133:b27e67717092 | 134:34a5b81f86ba |
---|---|
1 ;;; url.el --- Uniform Resource Locator retrieval tool | 1 ;;; url.el --- Uniform Resource Locator retrieval tool |
2 ;; Author: wmperry | 2 ;; Author: wmperry |
3 ;; Created: 1997/04/11 14:41:10 | 3 ;; Created: 1997/04/16 05:08:07 |
4 ;; Version: 1.74 | 4 ;; Version: 1.75 |
5 ;; Keywords: comm, data, processes, hypermedia | 5 ;; Keywords: comm, data, processes, hypermedia |
6 | 6 |
7 ;;; LCD Archive Entry: | 7 ;;; LCD Archive Entry: |
8 ;;; url|William M. Perry|wmperry@cs.indiana.edu| | 8 ;;; url|William M. Perry|wmperry@cs.indiana.edu| |
9 ;;; Functions for retrieving/manipulating URLs| | 9 ;;; Functions for retrieving/manipulating URLs| |
10 ;;; 1997/04/11 14:41:10|1.74|Location Undetermined | 10 ;;; 1997/04/16 05:08:07|1.75|Location Undetermined |
11 ;;; | 11 ;;; |
12 | 12 |
13 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 13 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
14 ;;; Copyright (c) 1993-1996 by William M. Perry (wmperry@cs.indiana.edu) | 14 ;;; Copyright (c) 1993-1996 by William M. Perry (wmperry@cs.indiana.edu) |
15 ;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc. | 15 ;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc. |
86 (autoload 'url-irc "url-irc") | 86 (autoload 'url-irc "url-irc") |
87 (autoload 'url-http "url-http") | 87 (autoload 'url-http "url-http") |
88 (autoload 'url-nfs "url-nfs") | 88 (autoload 'url-nfs "url-nfs") |
89 (autoload 'url-mailserver "url-mail") | 89 (autoload 'url-mailserver "url-mail") |
90 (autoload 'url-mailto "url-mail") | 90 (autoload 'url-mailto "url-mail") |
91 (autoload 'url-mail "url-mail") | |
91 (autoload 'url-info "url-misc") | 92 (autoload 'url-info "url-misc") |
92 (autoload 'url-shttp "url-http") | 93 (autoload 'url-shttp "url-http") |
93 (autoload 'url-https "url-http") | 94 (autoload 'url-https "url-http") |
94 (autoload 'url-data "url-misc") | 95 (autoload 'url-data "url-misc") |
95 (autoload 'url-finger "url-misc") | 96 (autoload 'url-finger "url-misc") |