From b81bbb873b4f1db6696d012add1fc1eb3e34421a Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 5 Sep 1997 11:15:50 +0000 Subject: [PATCH] (mime-display-content): Use `mime-entity-info-type/subtype' instead of `mime::content-info/type'. --- mime-play.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-play.el b/mime-play.el index d2eb479..f1c28c4 100644 --- a/mime-play.el +++ b/mime-play.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; 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)) ) -- 1.7.10.4