;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Created: 1995/9/26 (separated from tm-view.el)
;; Renamed: 1997/2/21 from tm-play.el
-;; Version: $Id: mime-play.el,v 0.51 1997-09-05 11:42:36 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.52 1997-10-03 11:58:17 shuhei-k Exp $
;; Keywords: MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
(get-buffer-create mime-temp-buffer-name))
(erase-buffer)
(insert total)
- (write-file total-file)
+ (write-region (point-min)(point-max) total-file)
(kill-buffer (current-buffer))
))
(string-to-number total)
(goto-char (point-max))
(setq i (1+ i))
))
- (as-binary-output-file (write-file (concat root-dir "/FULL")))
+ (as-binary-output-file
+ (write-region (point-min)(point-max)
+ (expand-file-name "FULL" root-dir)))
(let ((i 1))
(while (<= i total)
(let ((file (format "%s/%d" root-dir i)))