projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c52e22
)
(mime-view-message/rfc822): Don't expect called in raw-buffer.
author
morioka
<morioka>
Thu, 21 Jan 1999 19:52:09 +0000
(19:52 +0000)
committer
morioka
<morioka>
Thu, 21 Jan 1999 19:52:09 +0000
(19:52 +0000)
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
f412dd9
..
6a2fc1a
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-500,7
+500,7
@@
It is registered to variable `mime-preview-quitting-method-alist'."
(defun mime-view-message/rfc822 (entity situation)
(let* ((new-name
(format "%s-%s" (buffer-name) (mime-entity-number entity)))
- (mother mime-preview-buffer)
+ (mother (current-buffer))
(children (car (mime-entity-children entity))))
(set-buffer (get-buffer-create new-name))
(erase-buffer)