From: ohta Date: Tue, 12 May 1998 18:09:34 +0000 (+0000) Subject: start and end of the region fixed X-Git-Tag: semi-1_4_3~3 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=048bf288c1605cab5b0fcb22f1db7d6f649daba8 start and end of the region fixed --- diff --git a/mime-partial.el b/mime-partial.el index cb9d439..c240070 100644 --- a/mime-partial.el +++ b/mime-partial.el @@ -84,7 +84,9 @@ partial messages using mime-view." (if (string= the-id id) (progn (mime-method-to-store-message/partial - (point-min)(point-max) parameters) + (mime-entity-point-min mime-raw-message-info) + (mime-entity-point-max mime-raw-message-info) + parameters) (if (file-exists-p full-file) (throw 'tag nil) )