* url-handlers.el (url-file-handler): Autoload.
This commit is contained in:
parent
1030ad5e11
commit
80e4b01d33
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue