From 8a09e4e819122943d2cb62d131073763b206e86f Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 15 Mar 1997 20:29:25 +0000 Subject: [PATCH] (mime-article/grab-message/partials): Unused local variable `mother' was abolished. --- mime-partial.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mime-partial.el b/mime-partial.el index 6c3dbcb..f1c5220 100644 --- a/mime-partial.el +++ b/mime-partial.el @@ -5,7 +5,7 @@ ;; Author: OKABE Yasuo @ Kyoto University ;; MORIOKA Tomohiko ;; 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)))) -- 1.7.10.4