mime-play.el (mime-preview-play-current-entity): Don't widen.
authoryamaoka <yamaoka>
Mon, 25 May 1998 12:39:00 +0000 (12:39 +0000)
committeryamaoka <yamaoka>
Mon, 25 May 1998 12:39:00 +0000 (12:39 +0000)
ChangeLog
mime-play.el

index b92579c..b5b0ea9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1998-05-25  Katsumi Yamaoka   <yamaoka@jpl.org>
 
+       * mime-play.el (mime-preview-play-current-entity): Don't widen.
+
+1998-05-25  Katsumi Yamaoka   <yamaoka@jpl.org>
+
        * mime-play.el (mime-raw-play-entity): Abolish point correcting
        procedures for VM.
        
index f135bb9..a7326a0 100644 (file)
@@ -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)