From 8891832e561afc4fadf08e408fc0a43b50f66a6d Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 28 Jun 1998 23:45:27 +0000 Subject: [PATCH] (mime-store-message/partial-piece): Use `mime-write-entity-body'. --- mime-play.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mime-play.el b/mime-play.el index 875b12f..84366e8 100644 --- a/mime-play.el +++ b/mime-play.el @@ -478,8 +478,7 @@ saved as binary. Otherwise the region is saved by `write-region'." (select-window pwin) ) (setq file (concat root-dir "/" number)) - (mime-raw-write-region (mime-entity-body-start entity) - (mime-entity-body-end entity) file) + (mime-write-entity-body entity file) (let ((total-file (concat root-dir "/CT"))) (setq total (if total -- 1.7.10.4