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:
eec6d31
)
(mmbuffer-write-entity-body): New function.
author
morioka
<morioka>
Tue, 30 Jun 1998 14:02:24 +0000
(14:02 +0000)
committer
morioka
<morioka>
Tue, 30 Jun 1998 14:02:24 +0000
(14:02 +0000)
mmbuffer.el
patch
|
blob
|
history
diff --git
a/mmbuffer.el
b/mmbuffer.el
index
bf6a88e
..
4fa9628
100644
(file)
--- a/
mmbuffer.el
+++ b/
mmbuffer.el
@@
-73,6
+73,13
@@
(mime-entity-point-max entity) filename)
))
+(defun mmbuffer-write-entity-body (entity filename)
+ (save-excursion
+ (set-buffer (mime-entity-buffer entity))
+ (write-region-as-binary (mime-entity-body-start entity)
+ (mime-entity-body-end entity) filename)
+ ))
+
;;; @ end
;;;