]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-retrieve-synchronously): Don't autoload.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Jan 2006 05:25:13 +0000 (05:25 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Jan 2006 05:25:13 +0000 (05:25 +0000)
lisp/url/ChangeLog
lisp/url/url-handlers.el

index ac6afe4560842f10b74d67affa28029acc3e3f48..cc2d1eace5903f0670837b1af09d001a304b68c3 100644 (file)
@@ -1,3 +1,11 @@
+2006-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * url-handlers.el (url-retrieve-synchronously): Don't autoload.
+
+       * url.el (url-retrieve, url-retrieve-synchronously): Autoload.
+
+       * url-cache.el: Require `url'.
+
 2005-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * url-cache.el (url-store-in-cache): Use save-current-buffer.
index 1c9d1d9c0b10709b572f35357d9803f285141b88..0338eefd268a4e8875b13e04e4965aaedd0150fb 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-handlers.el --- file-name-handler stuff for URL loading
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005 Free Software Foundation, Inc.
+;;   2005, 2006  Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
@@ -37,7 +37,6 @@
 ;;   after mm-dissect-buffer and defined in the same file.
 ;; The following are autoloaded instead of `require'd to avoid eagerly
 ;; loading all of URL when turning on url-handler-mode in the .emacs.
-(autoload 'url-retrieve-synchronously "url" "Retrieve url synchronously.")
 (autoload 'url-expand-file-name "url-expand" "Convert url to a fully specified url, and canonicalize it.")
 (autoload 'mm-dissect-buffer "mm-decode" "Dissect the current buffer and return a list of MIME handles.")
 (autoload 'url-scheme-get-property "url-methods" "Get property of a URL SCHEME.")