]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 16 Oct 2005 14:12:35 +0000 (14:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 16 Oct 2005 14:12:35 +0000 (14:12 +0000)
lisp/url/url.el

index 03bf4218af95a5343b75dbe576423ba774cf8b30..4a1e157e59d345993a82634d4766f6ad582305d4 100644 (file)
@@ -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))