;; 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).
(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)