From 6e0192322572168d52954dd3e90f0f317fe82a1e Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 31 May 1998 04:21:39 +0000 Subject: [PATCH] (mime-parse-multipart): fixed. --- mime-parse.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4