Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
717c6bde
Commit
717c6bde
authored
Oct 16, 2005
by
Stefan Monnier
Browse files
*** empty log message ***
parent
a73db543
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/url/url.el
lisp/url/url.el
+4
-0
No files found.
lisp/url/url.el
View file @
717c6bde
...
...
@@ -226,6 +226,10 @@ no further processing). URL is either a string or a parsed URL."
(
defun
url-mm-url
(
url
)
"Retrieve URL and pass to the appropriate viewing application."
;; These requires could advantageously be moved to url-mm-callback or
;; turned into autoloads, but I suspect that it would introduce some bugs
;; because loading those files from a process sentinel or filter may
;; result in some undesirable carner cases.
(
require
'mm-decode
)
(
require
'mm-view
)
(
url-retrieve
url
'url-mm-callback
nil
))
...
...
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