;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Created: 1995/9/26 (separated from tm-view.el)
;; Renamed: 1997/2/21 from tm-play.el
-;; Version: $Id: mime-play.el,v 0.46 1997-07-02 16:28:50 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.47 1997-07-14 15:15:15 morioka Exp $
;; Keywords: MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
(pop-to-buffer mother)
))
-(defun mime-article/view-message/rfc822 (beg end cal)
+(defun mime-display-message/rfc822 (beg end cal)
(let* ((cnum (mime-article/point-content-number beg))
(new-name (format "%s-%s" (buffer-name) cnum))
(mother mime-view-buffer)
;; Created: 1994/7/13
;; Renamed: 1994/8/31 from tm-body.el
;; Renamed: 1997/02/19 from tm-view.el
-;; Version: $Revision: 0.96 $
+;; Version: $Revision: 0.97 $
;; Keywords: MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
;;;
(defconst mime-view-RCS-ID
- "$Id: mime-view.el,v 0.96 1997-07-03 11:58:50 morioka Exp $")
+ "$Id: mime-view.el,v 0.97 1997-07-14 15:15:17 morioka Exp $")
(defconst mime-view-version
`,(get-version-string mime-view-RCS-ID))
(method . mime-display-message/external-ftp)
)
((type . "message/rfc822")
- (method . mime-article/view-message/rfc822)
+ (method . mime-display-message/rfc822)
(mode . "play")
)
((type . "message/partial")