Don't require tl-misc.
[elisp/semi.git] / mime-view.el
index 36bb799..8446200 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.14 $
+;; Version: $Revision: 0.16 $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -30,7 +30,6 @@
 
 (require 'cl)
 (require 'tl-atype)
-(require 'tl-misc)
 (require 'std11)
 (require 'mel)
 (require 'eword-decode)
@@ -42,7 +41,7 @@
 ;;;
 
 (defconst mime-view-RCS-ID
-  "$Id: mime-view.el,v 0.14 1997-02-24 09:08:46 tmorioka Exp $")
+  "$Id: mime-view.el,v 0.16 1997-02-24 09:58:14 tmorioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))
 
@@ -232,7 +231,7 @@ Each elements are regexp of field-name. [mime-view.el]")
     (narrow-to-region (point)(point))
     (let ((access-type (assoc "access-type" params))
          (charset (assoc "charset" params))
-         (num (or (assoc-value "x-part-number" params)
+         (num (or (cdr (assoc "x-part-number" params))
                   (if (consp rcnum)
                       (mapconcat (function
                                   (lambda (num)