(mime-entity-buffer): Fix typo.
authormorioka <morioka>
Wed, 30 Sep 1998 17:27:32 +0000 (17:27 +0000)
committermorioka <morioka>
Wed, 30 Sep 1998 17:27:32 +0000 (17:27 +0000)
mime.el

diff --git a/mime.el b/mime.el
index 3e8bfd2..adf7955 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -158,7 +158,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
-       (mime-entity-send entity 'entity-buffer))))
+       entity (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.")