diff options
| -rw-r--r-- | lisp/url/url.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/url/url.el b/lisp/url/url.el index 03bf4218af9..4a1e157e59d 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el | |||
| @@ -226,6 +226,10 @@ no further processing). URL is either a string or a parsed URL." | |||
| 226 | 226 | ||
| 227 | (defun url-mm-url (url) | 227 | (defun url-mm-url (url) |
| 228 | "Retrieve URL and pass to the appropriate viewing application." | 228 | "Retrieve URL and pass to the appropriate viewing application." |
| 229 | ;; These requires could advantageously be moved to url-mm-callback or | ||
| 230 | ;; turned into autoloads, but I suspect that it would introduce some bugs | ||
| 231 | ;; because loading those files from a process sentinel or filter may | ||
| 232 | ;; result in some undesirable carner cases. | ||
| 229 | (require 'mm-decode) | 233 | (require 'mm-decode) |
| 230 | (require 'mm-view) | 234 | (require 'mm-view) |
| 231 | (url-retrieve url 'url-mm-callback nil)) | 235 | (url-retrieve url 'url-mm-callback nil)) |