From 30168fdc732c88bc2dccbb2d66dcc08e9d7e6938 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 30 Sep 1998 17:27:32 +0000 Subject: [PATCH] (mime-entity-buffer): Fix typo. --- mime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime.el b/mime.el index 3e8bfd2..adf7955 100644 --- 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.") -- 1.7.10.4