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

mime-play.el

index d2eb479..f1c28c4 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.48 1997-09-05 08:14:47 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.49 1997-09-05 11:15:50 morioka Exp $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -64,7 +64,7 @@ If MODE is specified, play as it.  Default MODE is \"play\"."
 (defun mime-display-content (cinfo &optional mode)
   (let ((beg (mime-entity-info-point-min cinfo))
        (end (mime-entity-info-point-max cinfo))
-       (ctype (or (mime::content-info/type cinfo) "text/plain"))
+       (ctype (or (mime-entity-info-type/subtype cinfo) "text/plain"))
        (params (mime::content-info/parameters cinfo))
        (encoding (mime::content-info/encoding cinfo))
        )