(mime-entity-buffer): Don't set result of method.
authormorioka <morioka>
Wed, 30 Sep 1998 20:23:11 +0000 (20:23 +0000)
committermorioka <morioka>
Wed, 30 Sep 1998 20:23:11 +0000 (20:23 +0000)
mime.el

diff --git a/mime.el b/mime.el
index adf7955..a0211ef 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -157,8 +157,7 @@ If MESSAGE is specified, it is regarded as root entity."
 
 (defun mime-entity-buffer (entity)
   (or (mime-entity-buffer-internal entity)
-      (mime-entity-set-buffer-internal
-       entity (mime-entity-send entity 'entity-buffer))))
+      (mime-entity-send entity 'entity-buffer)))
 
 (mm-define-generic entity-point-min (entity)
   "Return the start point of ENTITY in the buffer which contains ENTITY.")