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:
81976d2
)
(mime-entity-buffer): Don't set result of method.
author
morioka
<morioka>
Wed, 30 Sep 1998 20:23:11 +0000
(20:23 +0000)
committer
morioka
<morioka>
Wed, 30 Sep 1998 20:23:11 +0000
(20:23 +0000)
mime.el
patch
|
blob
|
history
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.")