From 4f76fb7caf01e739453c0e44fdfdae1d4ee46b09 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 16 Oct 1998 02:41:07 +0000 Subject: [PATCH] (mime-view-caesar): Use `mime-insert-text-content' instead of `mime-text-insert-decoded-body'. --- mime-play.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-play.el b/mime-play.el index 2e921fb..fadea22 100644 --- 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) -- 1.7.10.4