Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
80e4b01d
Commit
80e4b01d
authored
Jan 07, 2008
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* url-handlers.el (url-file-handler): Autoload.
parent
1030ad5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/url/ChangeLog
lisp/url/ChangeLog
+5
-1
lisp/url/url-handlers.el
lisp/url/url-handlers.el
+1
-0
No files found.
lisp/url/ChangeLog
View file @
80e4b01d
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 Grojohann).
2002-04-22 Dave Love <fx@gnu.org>
...
...
lisp/url/url-handlers.el
View file @
80e4b01d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment