(mime-article/extract-file): Use `write-region'.
authorshuhei-k <shuhei-k>
Fri, 3 Oct 1997 11:55:48 +0000 (11:55 +0000)
committershuhei-k <shuhei-k>
Fri, 3 Oct 1997 11:55:48 +0000 (11:55 +0000)
mime-file.el

index fa2e692..caf4832 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.2 1997-05-12 12:28:38 morioka Exp $
+;; Version: $Id: mime-file.el,v 0.3 1997-10-03 11:55:48 shuhei-k Exp $
 ;; Keywords: file, extract, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -63,7 +63,7 @@
            jka-compr-compression-info-list ; for jka-compr
            jam-zcat-filename-list          ; for jam-zcat
            require-final-newline)
-       (write-file filename)
+       (write-region (point-min)(point-max) filename)
        )
       (kill-buffer tmp-buf)
       )))