;; Author: OKABE Yasuo @ Kyoto University
;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Version:
-;; $Id: mime-partial.el,v 0.2 1997-03-04 13:06:56 morioka Exp $
+;; $Id: mime-partial.el,v 0.3 1997-03-07 16:40:29 morioka Exp $
;; Keywords: message/partial, MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
(mime::preview-content-info/content-info
(car mime::preview/content-list)))
(setq parameters (mime::content-info/parameters cinfo))
- (setq the-id (assoc-value "id" parameters))
+ (setq the-id (cdr (assoc "id" parameters)))
(if (equal the-id id)
(progn
(set-buffer article-buffer)