;; 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.47 1997-07-14 15:15:15 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.48 1997-09-05 08:14:47 morioka Exp $
;; Keywords: MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
))))
(defun mime-display-content (cinfo &optional mode)
- (let ((beg (mime::content-info/point-min cinfo))
- (end (mime::content-info/point-max cinfo))
+ (let ((beg (mime-entity-info-point-min cinfo))
+ (end (mime-entity-info-point-max cinfo))
(ctype (or (mime::content-info/type cinfo) "text/plain"))
(params (mime::content-info/parameters cinfo))
(encoding (mime::content-info/encoding cinfo))