From: morioka Date: Fri, 5 Sep 1997 11:29:59 +0000 (+0000) Subject: (mime-view-display-entity): Use `mime-entity-info-parameters' instead X-Git-Tag: semi-0_112~21 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1c18effbb204868a553d662b80df80049038257f;p=elisp%2Fsemi.git (mime-view-display-entity): Use `mime-entity-info-parameters' instead of `mime::content-info/parameters'. --- 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)