From: yamaoka Date: Mon, 25 May 1998 12:45:59 +0000 (+0000) Subject: mime-play.el (mime-preview-play-current-entity): Don't widen. X-Git-Tag: wemi-1_4_6~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=93992dbeac049c0dfec0413190ce55c24c79aca2;p=elisp%2Fsemi.git mime-play.el (mime-preview-play-current-entity): Don't widen. --- 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)