Mercurial > emacs
changeset 66118:c0fac24c378a
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 16 Oct 2005 14:12:35 +0000 |
parents | 634ee145589e |
children | bc2d2dc9f534 |
files | lisp/url/url.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url.el Sun Oct 16 14:12:03 2005 +0000 +++ b/lisp/url/url.el Sun Oct 16 14:12:35 2005 +0000 @@ -226,6 +226,10 @@ (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))