/[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.6 by rms, Sat Oct 16 15:02:46 2004 UTC revision 1.7 by jet, Sat Nov 20 03:57:59 2004 UTC
# Line 207  no further processing).  URL is either a Line 207  no further processing).  URL is either a
207              (message "Viewing externally")              (message "Viewing externally")
208              (kill-buffer (current-buffer)))              (kill-buffer (current-buffer)))
209          (display-buffer (current-buffer))          (display-buffer (current-buffer))
210          (mm-destroy-parts handle)))))          (add-hook 'kill-buffer-hook
211                      `(lambda () (mm-destroy-parts ',handle))
212                      nil
213                      t)))))
214    
215  (defun url-mm-url (url)  (defun url-mm-url (url)
216    "Retrieve URL and pass to the appropriate viewing application."    "Retrieve URL and pass to the appropriate viewing application."

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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