From: morioka Date: Sat, 15 Mar 1997 20:34:35 +0000 (+0000) Subject: (mime-article/extract-file): Abolish unused local variable `the-buf'. X-Git-Tag: Hokutetsu-Ishikawa-new~133 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ec21607429d071b67ce3a65604fda348ad4fbcdb;p=elisp%2Fsemi.git (mime-article/extract-file): Abolish unused local variable `the-buf'. --- 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)