(mime-view-display-entity): Use `mime-entity-info-parameters' instead
authormorioka <morioka>
Fri, 5 Sep 1997 11:29:59 +0000 (11:29 +0000)
committermorioka <morioka>
Fri, 5 Sep 1997 11:29:59 +0000 (11:29 +0000)
of `mime::content-info/parameters'.

mime-view.el

index 8f3f1c2..c1da2ba 100644 (file)
@@ -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)