(mime-insert-text-content): New generic function.
authormorioka <morioka>
Fri, 16 Oct 1998 02:26:23 +0000 (02:26 +0000)
committermorioka <morioka>
Fri, 16 Oct 1998 02:26:23 +0000 (02:26 +0000)
mime.el

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.")