X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-play.el;h=a7326a0a9cf3af8c1964798984c58b326a61517b;hb=bf765ed3ff2c3d2546f0687131812b307f9bd041;hp=f135bb96f925d7f7ca07d3ac54037ae395cc22d0;hpb=2e04dc51cb99fc8e5ed882ff1ecfb601af46e873;p=elisp%2Fsemi.git 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)