;; Author: OKABE Yasuo @ Kyoto University
;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Version:
-;; $Id: mime-partial.el,v 0.3 1997-03-07 16:40:29 morioka Exp $
+;; $Id: mime-partial.el,v 0.4 1997-03-15 20:29:25 morioka Exp $
;; Keywords: message/partial, MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
(defun mime-article/grab-message/partials (beg end cal)
(interactive)
(let* ((id (cdr (assoc "id" cal)))
- (mother mime::article/preview-buffer)
(target (cdr (assq 'major-mode cal)))
(article-buffer (buffer-name (current-buffer)))
(subject-buf (eval (cdr (assq 'summary-buffer-exp cal))))