(mime-display-caesar): Use `mule-caesar-region' instead of
authormorioka <morioka>
Fri, 9 May 1997 01:25:26 +0000 (01:25 +0000)
committermorioka <morioka>
Fri, 9 May 1997 01:25:26 +0000 (01:25 +0000)
`caesar-region'.

mime-play.el

index 8c0f846..83a8d6c 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1995/9/26 (separated from tm-view.el)
 ;;     Renamed: 1997/2/21 from tm-play.el
-;; Version: $Id: mime-play.el,v 0.41 1997-05-08 23:31:45 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.42 1997-05-09 01:25:26 morioka Exp $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -480,11 +480,7 @@ It is registered to variable `mime-view-quitting-method-alist'."
       (and (functionp m)
           (funcall m charset encoding)
           ))
-    (save-excursion
-      (set-mark (point-min))
-      (goto-char (point-max))
-      (caesar-region)
-      )
+    (mule-caesar-region (point-min) (point-max))
     (set-buffer-modified-p nil)
     (set-buffer mother)
     (view-buffer new-name)