/[emacs]/emacs/lisp/url/url.el
ViewVC logotype

Diff of /emacs/lisp/url/url.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by rms, Sat Oct 15 14:48:17 2005 UTC revision 1.15 by monnier, Sun Oct 16 14:12:35 2005 UTC
# Line 226  no further processing).  URL is either a Line 226  no further processing).  URL is either a
226    
227  (defun url-mm-url (url)  (defun url-mm-url (url)
228    "Retrieve URL and pass to the appropriate viewing application."    "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.
233    (require 'mm-decode)    (require 'mm-decode)
234    (require 'mm-view)    (require 'mm-view)
235    (url-retrieve url 'url-mm-callback nil))    (url-retrieve url 'url-mm-callback nil))

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26