From: morioka Date: Wed, 11 Mar 1998 17:43:10 +0000 (+0000) Subject: Rename `mime-display-content' -> `mime-playback-entity'. X-Git-Tag: JR-Himi-~40 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0693d5141ebc43c63d40426009e2cb7a4e39fdd0;p=elisp%2Fsemi.git Rename `mime-display-content' -> `mime-playback-entity'. --- diff --git a/mime-pgp.el b/mime-pgp.el index 3a19a8c..021dcbb 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -122,7 +122,7 @@ (oinfo (mime-article/rcnum-to-cinfo (cons '1 rcnum) mime-raw-content-info)) ) - (mime-display-content oinfo (cdr (assq 'mode cal))) + (mime-playback-entity oinfo (cdr (assq 'mode cal))) )) (set-atype 'mime-acting-condition diff --git a/mime-play.el b/mime-play.el index 76e780b..72dc132 100644 --- a/mime-play.el +++ b/mime-play.el @@ -1,14 +1,13 @@ ;;; mime-play.el --- decoder for mime-view.el -;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1994,1995,1996,1997,1998 Free Software Foundation, Inc. ;; 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.53 1997-10-31 07:48:39 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Secretariat of Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -53,7 +52,7 @@ If MODE is specified, play as it. Default MODE is \"play\"." ) (setq mime-preview/after-decoded-position (point)) (set-buffer raw-buffer) - (mime-display-content cinfo mode) + (mime-playback-entity cinfo mode) (if (eq (current-buffer) raw-buffer) (progn (set-buffer the-buf) @@ -61,7 +60,7 @@ If MODE is specified, play as it. Default MODE is \"play\"." )) )))) -(defun mime-display-content (cinfo &optional mode) +(defun mime-playback-entity (cinfo &optional mode) (let ((beg (mime-entity-info-point-min cinfo)) (end (mime-entity-info-point-max cinfo)) (ctype (or (mime-entity-info-type/subtype cinfo) "text/plain"))