emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url.el
Date: Sun, 16 Oct 2005 10:12:35 -0400

Index: emacs/lisp/url/url.el
diff -c emacs/lisp/url/url.el:1.14 emacs/lisp/url/url.el:1.15
*** emacs/lisp/url/url.el:1.14  Sat Oct 15 14:48:17 2005
--- emacs/lisp/url/url.el       Sun Oct 16 14:12:35 2005
***************
*** 226,231 ****
--- 226,235 ----
  
  (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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]