(mime-article/grab-message/partials): Unused local variable `mother'
authormorioka <morioka>
Sat, 15 Mar 1997 20:29:25 +0000 (20:29 +0000)
committermorioka <morioka>
Sat, 15 Mar 1997 20:29:25 +0000 (20:29 +0000)
was abolished.

mime-partial.el

index 6c3dbcb..f1c5220 100644 (file)
@@ -5,7 +5,7 @@
 ;; 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).
@@ -44,7 +44,6 @@
 (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))))