changeset 79726:b1e1fa55b0a6

* url-handlers.el (url-file-handler): Autoload.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 07 Jan 2008 06:52:19 +0000
parents 4ceae4ec8fb2
children 3ca83a726835
files lisp/url/ChangeLog lisp/url/url-handlers.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Mon Jan 07 06:06:25 2008 +0000
+++ b/lisp/url/ChangeLog	Mon Jan 07 06:52:19 2008 +0000
@@ -1,3 +1,7 @@
+2008-01-07  Michael Albinus  <michael.albinus@gmx.de>
+
+	* url-handlers.el (url-file-handler): Autoload.
+
 2007-12-11  Glenn Morris  <rgm@gnu.org>
 
 	* url-util.el (url-make-private-file): New function.
@@ -916,7 +920,7 @@
 	* texi/url.txi: Start making it vaguely useful.
 
 	* texi/Makefile.in (install): Cope with Debian install-info.
-	From Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann).
+	From Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann).
 
 2002-04-22  Dave Love  <fx@gnu.org>
 
--- a/lisp/url/url-handlers.el	Mon Jan 07 06:06:25 2008 +0000
+++ b/lisp/url/url-handlers.el	Mon Jan 07 06:52:19 2008 +0000
@@ -125,6 +125,7 @@
 	(inhibit-file-name-operation operation))
     (apply operation args)))
 
+;;;###autoload
 (defun url-file-handler (operation &rest args)
   "Function called from the `file-name-handler-alist' routines.
 OPERATION is what needs to be done (`file-exists-p', etc).  ARGS are