(mime-display-content): Use `mime-entity-info-point-{min|max}' instead
authormorioka <morioka>
Fri, 5 Sep 1997 08:14:47 +0000 (08:14 +0000)
committermorioka <morioka>
Fri, 5 Sep 1997 08:14:47 +0000 (08:14 +0000)
of `mime::content-info/point-{min|max}'.

mime-play.el

index f590ba1..d2eb479 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.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).
@@ -62,8 +62,8 @@ If MODE is specified, play as it.  Default MODE is \"play\"."
          ))))
 
 (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))