From 482a03f0814fd4532e47a938b7b6505bf8ad2d49 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 7 Jul 1998 12:29:23 +0000 Subject: [PATCH] (mime-entity-content): Change message to `get-content'. --- mime.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mime.el b/mime.el index be11890..df376fb 100644 --- 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." -- 1.7.10.4