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:
c1d879d
)
(mime-insert-text-content): New generic function.
author
morioka
<morioka>
Fri, 16 Oct 1998 02:26:23 +0000
(
02:26
+0000)
committer
morioka
<morioka>
Fri, 16 Oct 1998 02:26:23 +0000
(
02:26
+0000)
mime.el
patch
|
blob
|
history
diff --git
a/mime.el
b/mime.el
index
a0211ef
..
f8b33c0
100644
(file)
--- a/
mime.el
+++ b/
mime.el
@@
-337,6
+337,9
@@
If MESSAGE is specified, it is regarded as root entity."
(mm-define-generic entity-content (entity)
"Return content of ENTITY as byte sequence (string).")
+(mm-define-generic insert-text-content (entity)
+ "Insert decoded text body of ENTITY.")
+
(mm-define-generic write-entity-content (entity filename)
"Write content of ENTITY into FILENAME.")