From: morioka Date: Sun, 31 May 1998 04:21:39 +0000 (+0000) Subject: (mime-parse-multipart): fixed. X-Git-Tag: remi-1_4_0_91~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6e0192322572168d52954dd3e90f0f317fe82a1e;p=elisp%2Fsemi.git (mime-parse-multipart): fixed. --- diff --git a/mime-parse.el b/mime-parse.el index 1b5d328..7f9e4da 100644 --- a/mime-parse.el +++ b/mime-parse.el @@ -232,8 +232,8 @@ If is is not found, return DEFAULT-ENCODING." (setq body-end (match-beginning 0)) ) (save-restriction - (narrow-to-region body-start body-end) - (goto-char body-start) + (narrow-to-region header-end body-end) + (goto-char header-start) (re-search-forward rsep nil t) (setq cb (match-end 0)) (while (re-search-forward rsep nil t)