From 19acd002b631876822e86cfcf13fd794c4430985 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 30 Sep 1998 20:23:11 +0000 Subject: [PATCH] (mime-entity-buffer): Don't set result of method. --- mime.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mime.el b/mime.el index adf7955..a0211ef 100644 --- 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.") -- 1.7.10.4