projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecc2ac1
)
(mime-parse-buffer): Fixed.
author
morioka
<morioka>
Wed, 21 Jul 1999 11:00:50 +0000
(11:00 +0000)
committer
morioka
<morioka>
Wed, 21 Jul 1999 11:00:50 +0000
(11:00 +0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
4a49855
..
a6eeb83
100644
(file)
--- a/
mime-parse.el
+++ b/
mime-parse.el
@@
-328,7
+328,8
@@
If buffer is omitted, it parses current-buffer."
(save-excursion
(if buffer (set-buffer buffer))
(setq mime-message-structure
- (mime-parse-message (or representation-type 'buffer) nil))
+ (mime-parse-message (or representation-type
+ 'mime-buffer-entity) nil))
))