From 1c18effbb204868a553d662b80df80049038257f Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 5 Sep 1997 11:29:59 +0000 Subject: [PATCH] (mime-view-display-entity): Use `mime-entity-info-parameters' instead of `mime::content-info/parameters'. --- mime-view.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mime-view.el b/mime-view.el index 8f3f1c2..c1da2ba 100644 --- a/mime-view.el +++ b/mime-view.el @@ -6,7 +6,7 @@ ;; Created: 1994/7/13 ;; Renamed: 1994/8/31 from tm-body.el ;; Renamed: 1997/02/19 from tm-view.el -;; Version: $Revision: 0.103 $ +;; Version: $Revision: 0.104 $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -40,7 +40,7 @@ ;;; (defconst mime-view-RCS-ID - "$Id: mime-view.el,v 0.103 1997-09-05 11:18:28 morioka Exp $") + "$Id: mime-view.el,v 0.104 1997-09-05 11:29:59 morioka Exp $") (defconst mime-view-version `,(get-version-string mime-view-RCS-ID)) @@ -501,7 +501,7 @@ The compressed face will be piped to this command.") (let* ((beg (mime-entity-info-point-min content)) (end (mime-entity-info-point-max content)) (ctype (mime-entity-info-type/subtype content)) - (params (mime::content-info/parameters content)) + (params (mime-entity-info-parameters content)) (encoding (mime::content-info/encoding content)) (rcnum (mime-entity-info-rnum content)) he e nb ne subj) -- 1.7.10.4