From: morioka Date: Fri, 9 May 1997 01:25:26 +0000 (+0000) Subject: (mime-display-caesar): Use `mule-caesar-region' instead of X-Git-Tag: Hokutetsu-Ishikawa-new~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5fb70c7fedac374362dbf6041fce23393728c1c6;p=elisp%2Fsemi.git (mime-display-caesar): Use `mule-caesar-region' instead of `caesar-region'. --- 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)