(mime-article/extract-file): Abolish unused local variable `the-buf'.
authormorioka <morioka>
Sat, 15 Mar 1997 20:34:35 +0000 (20:34 +0000)
committermorioka <morioka>
Sat, 15 Mar 1997 20:34:35 +0000 (20:34 +0000)
mime-file.el

index fac91e9..456a361 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; modified by Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
-;; 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)