From: morioka Date: Sat, 15 Mar 1997 20:29:25 +0000 (+0000) Subject: (mime-article/grab-message/partials): Unused local variable `mother' X-Git-Tag: Hokutetsu-Ishikawa-new~135 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8a09e4e819122943d2cb62d131073763b206e86f;p=elisp%2Fsemi.git (mime-article/grab-message/partials): Unused local variable `mother' was abolished. --- 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))))