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:
590d623
)
(mime-entity-content): Change message to `get-content'.
author
morioka
<morioka>
Tue, 7 Jul 1998 12:29:23 +0000
(12:29 +0000)
committer
morioka
<morioka>
Tue, 7 Jul 1998 12:29:23 +0000
(12:29 +0000)
mime.el
patch
|
blob
|
history
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."