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:
7c5545f
)
(mmbuffer-write-entity): New function.
author
morioka
<morioka>
Tue, 30 Jun 1998 13:21:51 +0000
(13:21 +0000)
committer
morioka
<morioka>
Tue, 30 Jun 1998 13:21:51 +0000
(13:21 +0000)
mmbuffer.el
patch
|
blob
|
history
diff --git
a/mmbuffer.el
b/mmbuffer.el
index
483a696
..
bf6a88e
100644
(file)
--- a/
mmbuffer.el
+++ b/
mmbuffer.el
@@
-66,6
+66,13
@@
(or (mime-entity-encoding entity) "7bit"))
))
+(defun mmbuffer-write-entity (entity filename)
+ (save-excursion
+ (set-buffer (mime-entity-buffer entity))
+ (write-region-as-binary (mime-entity-point-min entity)
+ (mime-entity-point-max entity) filename)
+ ))
+
;;; @ end
;;;