From 8e06128879960fe0979eb6247ebf5ec5ef90b082 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 5 Sep 1997 11:41:29 +0000 Subject: [PATCH] (mime-display-content): Use `mime-entity-info-parameters' instead of `mime::content-info/parameters'. --- mime-play.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-play.el b/mime-play.el index f1c28c4..29ec2de 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.49 1997-09-05 11:15:50 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.50 1997-09-05 11:41:29 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -65,7 +65,7 @@ If MODE is specified, play as it. Default MODE is \"play\"." (let ((beg (mime-entity-info-point-min cinfo)) (end (mime-entity-info-point-max cinfo)) (ctype (or (mime-entity-info-type/subtype cinfo) "text/plain")) - (params (mime::content-info/parameters cinfo)) + (params (mime-entity-info-parameters cinfo)) (encoding (mime::content-info/encoding cinfo)) ) ;; Check for VM -- 1.7.10.4