(mime-entity-content): Change message to `get-content'.
authormorioka <morioka>
Tue, 7 Jul 1998 12:29:23 +0000 (12:29 +0000)
committermorioka <morioka>
Tue, 7 Jul 1998 12:29:23 +0000 (12:29 +0000)
mime.el

diff --git a/mime.el b/mime.el
index be11890..df376fb 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -324,7 +324,8 @@ ENTITY is used."
 ;;;
 
 (defun mime-entity-content (entity)
-  (mime-entity-send entity 'entity-content))
+  "Return content of ENTITY as byte sequence (string)."
+  (mime-entity-send entity 'get-content))
 
 (defun mime-write-entity-content (entity filename)
   "Write content of ENTITY into FILENAME."