From: Stefan Monnier Date: Sun, 16 Oct 2005 14:12:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6580 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=717c6bdeb56c7ef7f2a935873688209bf338a3a9;p=emacs.git *** empty log message *** --- 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." (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))