]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require url-auto.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 4 Apr 2004 03:10:58 +0000 (03:10 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 4 Apr 2004 03:10:58 +0000 (03:10 +0000)
lisp/url/url-methods.el
lisp/url/url-parse.el

index 505fa083c89e8a967267375f4396b52826e80e1e..dfb26c9a228e36408f5bc6e93d61af89c897e7ea 100644 (file)
@@ -1,11 +1,11 @@
 ;;; url-methods.el --- Load URL schemes as needed
-;; Author: $Author: wmperry $
-;; Created: $Date: 2002/11/04 14:40:32 $
-;; Version: $Revision: 1.14 $
+;; Author: $Author: monnier $
+;; Created: $Date: 2004/04/04 01:21:46 $
+;; Version: $Revision: 1.1.1.1 $
 ;; Keywords: comm, data, processes, hypermedia
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
+;;; Copyright (c) 1993 - 1996, 2004 by William M. Perry <wmperry@cs.indiana.edu>
 ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
 ;;;
 ;;; This file is part of GNU Emacs.
@@ -31,7 +31,6 @@
 
 ;; This loads up some of the small, silly URLs that I really don't
 ;; want to bother putting in their own separate files.
-(require 'url-auto)
 (require 'url-parse)
 
 (defvar url-scheme-registry (make-hash-table :size 7 :test 'equal))
index 4cbc4d6b150e6d3fe8a23f232044c9b76e57cb25..bab394765591912e64af5891901e0fd1f90cafb5 100644 (file)
@@ -1,11 +1,11 @@
 ;;; url-parse.el --- Uniform Resource Locator parser
-;; Author: $Author: fx $
-;; Created: $Date: 2001/10/01 11:52:06 $
-;; Version: $Revision: 1.4 $
+;; Author: $Author: monnier $
+;; Created: $Date: 2004/04/04 01:21:46 $
+;; Version: $Revision: 1.1.1.1 $
 ;; Keywords: comm, data, processes
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>
+;;; Copyright (c) 1993 - 1996, 2004 by William M. Perry <wmperry@cs.indiana.edu>
 ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
 ;;;
 ;;; This file is part of GNU Emacs.
@@ -25,7 +25,6 @@
 ;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;;; Boston, MA 02111-1307, USA.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(require 'url-auto)
 (require 'url-vars)
 
 (autoload 'url-scheme-get-property "url-methods")