From: morioka Date: Mon, 14 Jul 1997 15:15:17 +0000 (+0000) Subject: `mime-article/view-message/rfc822' -> `mime-display-message/rfc822'. X-Git-Tag: semi-0_97~6 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a7f20bd34e5e5fd42de85b2dc94d21aae96f38;p=elisp%2Fsemi.git `mime-article/view-message/rfc822' -> `mime-display-message/rfc822'. --- diff --git a/mime-play.el b/mime-play.el index b2c5331..f590ba1 100644 --- a/mime-play.el +++ b/mime-play.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; 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) diff --git a/mime-view.el b/mime-view.el index f7c8245..bbd01a3 100644 --- a/mime-view.el +++ b/mime-view.el @@ -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)) @@ -131,7 +131,7 @@ (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")