summaryrefslogtreecommitdiff
path: root/lisp/url/url-methods.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-04-04 03:10:58 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-04-04 03:10:58 +0000
commit2f9d492225e5bca39939518939508ae5aea47fd4 (patch)
treed2d83e0256db6fa973fda570ebf361e03ef55435 /lisp/url/url-methods.el
parent3cfe598962a4b543cee7031b6fdb67d96cea69af (diff)
downloademacs-2f9d492225e5bca39939518939508ae5aea47fd4.tar.gz
Don't require url-auto.
Diffstat (limited to 'lisp/url/url-methods.el')
-rw-r--r--lisp/url/url-methods.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/url/url-methods.el b/lisp/url/url-methods.el
index 505fa083c89..dfb26c9a228 100644
--- a/lisp/url/url-methods.el
+++ b/lisp/url/url-methods.el
@@ -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))