projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c9bec
)
(mime-parse-multipart): fixed.
author
morioka
<morioka>
Sun, 31 May 1998 04:21:39 +0000
(
04:21
+0000)
committer
morioka
<morioka>
Sun, 31 May 1998 04:21:39 +0000
(
04:21
+0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
1b5d328
..
7f9e4da
100644
(file)
--- 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)