(mime-display-content): Use `mime-entity-info-encoding' instead of
authormorioka <morioka>
Fri, 5 Sep 1997 11:42:36 +0000 (11:42 +0000)
committermorioka <morioka>
Fri, 5 Sep 1997 11:42:36 +0000 (11:42 +0000)
`mime::content-info/encoding'.

mime-play.el

index 29ec2de..889f6f7 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.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).
@@ -66,7 +66,7 @@ If MODE is specified, play as it.  Default MODE is \"play\"."
        (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))