;; 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.50 1997-09-05 11:41:29 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.51 1997-09-05 11:42:36 morioka Exp $
;; Keywords: MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
(end (mime-entity-info-point-max cinfo))
(ctype (or (mime-entity-info-type/subtype cinfo) "text/plain"))
(params (mime-entity-info-parameters cinfo))
- (encoding (mime::content-info/encoding cinfo))
+ (encoding (mime-entity-info-encoding cinfo))
)
;; Check for VM
(if (< beg (point-min))