]> git.eshelyaron.com Git - emacs.git/commitdiff
* url-handlers.el (url-file-handler): Autoload.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 7 Jan 2008 06:52:19 +0000 (06:52 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 7 Jan 2008 06:52:19 +0000 (06:52 +0000)
lisp/url/ChangeLog
lisp/url/url-handlers.el

index 93c88b69a0ce0208a9e909a9bacf83410f7136b8..24fe44214b6cea9f425dc0c60ba12b94e4fd7a10 100644 (file)
@@ -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.
        * 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>
 
index 7edb4785091cdc33cff4d98954ad9c0fb191b1d4..8dd9792f4674c8513e4ff389d48187b9384d6a34 100644 (file)
@@ -125,6 +125,7 @@ particularly bad at this\).")
        (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