(mime-parse-multipart): fixed.
authormorioka <morioka>
Sun, 31 May 1998 04:21:39 +0000 (04:21 +0000)
committermorioka <morioka>
Sun, 31 May 1998 04:21:39 +0000 (04:21 +0000)
mime-parse.el

index 1b5d328..7f9e4da 100644 (file)
@@ -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)