From ec21607429d071b67ce3a65604fda348ad4fbcdb Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 15 Mar 1997 20:34:35 +0000 Subject: [PATCH] (mime-article/extract-file): Abolish unused local variable `the-buf'. --- mime-file.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mime-file.el b/mime-file.el index fac91e9..456a361 100644 --- a/mime-file.el +++ b/mime-file.el @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko ;; modified by Shuhei KOBAYASHI -;; Version: $Id: mime-file.el,v 0.0 1997-02-27 05:44:03 tmorioka Exp $ +;; Version: $Id: mime-file.el,v 0.1 1997-03-15 20:34:35 morioka Exp $ ;; Keywords: file, extract, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -49,7 +49,6 @@ (lambda (file) (interactive "FFilename: ") (expand-file-name file)))))) - (the-buf (current-buffer)) (tmp-buf (generate-new-buffer (file-name-nondirectory filename))) ) (if (file-exists-p filename) -- 1.7.10.4