Index: emacs/lisp/gnus/mm-extern.el
diff -c emacs/lisp/gnus/mm-extern.el:1.2 emacs/lisp/gnus/mm-extern.el:1.3
*** emacs/lisp/gnus/mm-extern.el:1.2    Sat Sep  4 13:13:43 2004
--- emacs/lisp/gnus/mm-extern.el        Thu Jun 16 14:58:23 2005
***************
*** 52,58 ****
      (mm-disable-multibyte)
      (if (file-exists-p name)
        (mm-insert-file-contents name nil nil nil nil t)
!       (error (format "File %s is gone" name)))))
  
  (defun mm-extern-url (handle)
    (erase-buffer)
--- 52,58 ----
      (mm-disable-multibyte)
      (if (file-exists-p name)
        (mm-insert-file-contents name nil nil nil nil t)
!       (error "File %s is gone" name))))
  
  (defun mm-extern-url (handle)
    (erase-buffer)
***************
*** 124,130 ****
         handles)
      (unless (mm-handle-cache handle)
        (unless func
!       (error (format "Access type (%s) is not supported" access-type)))
        (with-temp-buffer
        (mm-insert-part handle)
        (goto-char (point-max))
--- 124,130 ----
         handles)
      (unless (mm-handle-cache handle)
        (unless func
!       (error "Access type (%s) is not supported" access-type))
        (with-temp-buffer
        (mm-insert-part handle)
        (goto-char (point-max))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to