(mime-store-message/partial-piece): Don't move to point-min.
authormorioka <morioka>
Mon, 8 Feb 1999 08:38:41 +0000 (08:38 +0000)
committermorioka <morioka>
Mon, 8 Feb 1999 08:38:41 +0000 (08:38 +0000)
mime-play.el

index 2389bc2..12c8ad3 100644 (file)
@@ -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))