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:
2df95ba
)
(mmcooked-write-entity): New function.
author
morioka
<morioka>
Tue, 30 Jun 1998 13:22:28 +0000
(13:22 +0000)
committer
morioka
<morioka>
Tue, 30 Jun 1998 13:22:28 +0000
(13:22 +0000)
mmcooked.el
patch
|
blob
|
history
diff --git
a/mmcooked.el
b/mmcooked.el
index
ad3653a
..
d8926ae
100644
(file)
--- a/
mmcooked.el
+++ b/
mmcooked.el
@@
-50,6
+50,13
@@
filename encoding)
))))
+(defun mmcooked-write-entity (entity filename)
+ (save-excursion
+ (set-buffer (mime-entity-buffer entity))
+ (write-region (mime-entity-point-min entity)
+ (mime-entity-point-max entity) filename)
+ ))
+
;;; @ end
;;;