From 5fb70c7fedac374362dbf6041fce23393728c1c6 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 9 May 1997 01:25:26 +0000 Subject: [PATCH] (mime-display-caesar): Use `mule-caesar-region' instead of `caesar-region'. --- mime-play.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/mime-play.el b/mime-play.el index 8c0f846..83a8d6c 100644 --- a/mime-play.el +++ b/mime-play.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; 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) -- 1.7.10.4