# HG changeset patch # User Michael Albinus # Date 1199688739 0 # Node ID b1e1fa55b0a6e5b62e837b2886a2e1240b5e440d # Parent 4ceae4ec8fb28b7b23395a7eb40c7f46aaa86d5f * url-handlers.el (url-file-handler): Autoload. diff -r 4ceae4ec8fb2 -r b1e1fa55b0a6 lisp/url/ChangeLog --- 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 + + * url-handlers.el (url-file-handler): Autoload. + 2007-12-11 Glenn Morris * 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 diff -r 4ceae4ec8fb2 -r b1e1fa55b0a6 lisp/url/url-handlers.el --- 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