From 93992dbeac049c0dfec0413190ce55c24c79aca2 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 25 May 1998 12:45:59 +0000 Subject: [PATCH] mime-play.el (mime-preview-play-current-entity): Don't widen. --- ChangeLog | 4 ++++ mime-play.el | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e0daf4e..f4b5bf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1998-05-25 Katsumi Yamaoka + * mime-play.el (mime-preview-play-current-entity): Don't widen. + +1998-05-25 Katsumi Yamaoka + * mime-play.el (mime-raw-play-entity): Abolish point correcting procedures for VM. diff --git a/mime-play.el b/mime-play.el index f135bb9..a7326a0 100644 --- a/mime-play.el +++ b/mime-play.el @@ -78,9 +78,7 @@ If MODE is specified, play as it. Default MODE is \"play\"." (raw-buffer (get-text-property (point) 'mime-view-raw-buffer))) (setq mime-preview-after-decoded-position (point)) (set-buffer raw-buffer) - (save-restriction - (widen) - (mime-raw-play-entity entity-info mode)) + (mime-raw-play-entity entity-info mode) (when (eq (current-buffer) raw-buffer) (set-buffer the-buf) (goto-char mime-preview-after-decoded-position) -- 1.7.10.4