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:
58ab464
)
(mime-view-caesar): Don't expect called in raw-buffer; use
author
morioka
<morioka>
Tue, 26 Jan 1999 06:37:52 +0000
(06:37 +0000)
committer
morioka
<morioka>
Tue, 26 Jan 1999 06:37:52 +0000
(06:37 +0000)
`mime-insert-entity'.
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
a78389d
..
9f3e742
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-663,7
+663,7
@@
It is registered to variable `mime-preview-quitting-method-alist'."
"Internal method for mime-view to display ROT13-47-48 message."
(let* ((new-name (format "%s-%s" (buffer-name)
(mime-entity-number entity)))
- (mother mime-preview-buffer))
+ (mother (current-buffer)))
(let ((pwin (or (get-buffer-window mother)
(get-largest-window)))
(buf (get-buffer-create new-name)))