From: morioka Date: Wed, 13 May 1998 00:11:31 +0000 (+0000) Subject: Sync up with SEMI 1.4.3 (Ichiburi). X-Git-Tag: remi-1_4_0-pre3~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1d03d6349caf5b7438306a2963dfef971f6edca1;p=elisp%2Fsemi.git Sync up with SEMI 1.4.3 (Ichiburi). --- diff --git a/ChangeLog b/ChangeLog index fc7da81..6dc8ed8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1998-05-13 MORIOKA Tomohiko + + * SEMI: Version 1.4.3 (Ichiburi) released. + +1998-05-12 Kazuhiro Ohta + + * mime-partial.el: start and end of the region fixed. + 1998-05-12 MORIOKA Tomohiko * mime-parse.el (make-mime-content-type): New function. 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) )