From 29e8a06d45289e98b2b091269bff22c90948c72e Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 16 Jun 1998 18:32:20 +0000 Subject: [PATCH] (mime-view-display-entity): fixed. --- mime-view.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mime-view.el b/mime-view.el index dd8e36c..2187ea0 100644 --- a/mime-view.el +++ b/mime-view.el @@ -830,6 +830,7 @@ The compressed face will be piped to this command.") 'binary) default-mime-charset) ))) + (goto-char (point-max)) (insert "\n") ) (cond ((eq body-presentation-method 'with-filter) -- 1.7.10.4