From 60e5a9a0123ba51968028aad1d4d139498f972f2 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Mon, 24 Feb 1997 09:09:55 +0000 Subject: [PATCH] (mime-preview/insert-content-button): Don't use function `assoc-value'. --- mime-view.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mime-view.el b/mime-view.el index 36bb799..319b109 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.14 $ +;; Version: $Revision: 0.15 $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -42,7 +42,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.15 1997-02-24 09:09:55 tmorioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -232,7 +232,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) -- 1.7.10.4