From 6cf26c3e59b10ab991d0d9d837ed89342edae8d4 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 8 Feb 1999 08:38:41 +0000 Subject: [PATCH] (mime-store-message/partial-piece): Don't move to point-min. --- mime-play.el | 1 - 1 file changed, 1 deletion(-) diff --git a/mime-play.el b/mime-play.el index 2389bc2..12c8ad3 100644 --- a/mime-play.el +++ b/mime-play.el @@ -545,7 +545,6 @@ It is registered to variable `mime-preview-quitting-method-alist'." ;;; (defun mime-store-message/partial-piece (entity cal) - (goto-char (mime-entity-point-min entity)) (let* ((root-dir (expand-file-name (concat "m-prts-" (user-login-name)) temporary-file-directory)) -- 1.7.10.4