*** empty log message ***
This commit is contained in:
parent
a73db543bf
commit
717c6bdeb5
1 changed files with 4 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue