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:
9a351f3
)
(mime-view-caesar): Use `mime-insert-text-content' instead of
author
morioka
<morioka>
Fri, 16 Oct 1998 02:41:07 +0000
(
02:41
+0000)
committer
morioka
<morioka>
Fri, 16 Oct 1998 02:41:07 +0000
(
02:41
+0000)
`mime-text-insert-decoded-body'.
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
2e921fb
..
fadea22
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-705,7
+705,7
@@
It is registered to variable `mime-preview-quitting-method-alist'."
)
(setq buffer-read-only nil)
(erase-buffer)
- (mime-text-insert-decoded-body entity)
+ (mime-insert-text-content entity)
(mule-caesar-region (point-min) (point-max))
(set-buffer-modified-p nil)
(set-buffer mother)