(mime-insert-entity-content): New generic function.
authormorioka <morioka>
Sun, 24 Jan 1999 14:13:39 +0000 (14:13 +0000)
committermorioka <morioka>
Sun, 24 Jan 1999 14:13:39 +0000 (14:13 +0000)
mime.el

diff --git a/mime.el b/mime.el
index fbfa0e4..2a8c3b0 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -379,12 +379,15 @@ 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 insert-entity-content (entity)
+  "Insert content of ENTITY at point.")
 
 (mm-define-generic write-entity-content (entity filename)
   "Write content of ENTITY into FILENAME.")
 
+(mm-define-generic insert-text-content (entity)
+  "Insert decoded text body of ENTITY.")
+
 (mm-define-generic insert-entity (entity)
   "Insert header and body of ENTITY at point.")