`mime-article/view-message/rfc822' -> `mime-display-message/rfc822'.
authormorioka <morioka>
Mon, 14 Jul 1997 15:15:17 +0000 (15:15 +0000)
committermorioka <morioka>
Mon, 14 Jul 1997 15:15:17 +0000 (15:15 +0000)
mime-play.el
mime-view.el

index b2c5331..f590ba1 100644 (file)
@@ -5,7 +5,7 @@
 ;; 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).
@@ -264,7 +264,7 @@ It is registered to variable `mime-view-quitting-method-alist'."
     (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)
index f7c8245..bbd01a3 100644 (file)
@@ -6,7 +6,7 @@
 ;; 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).
@@ -40,7 +40,7 @@
 ;;;
 
 (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")