;; 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.15 1997-03-15 20:24:54 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.16 1997-03-15 20:25:59 morioka Exp $
;; Keywords: MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
(defun mime-article/decode-caesar (beg end cal)
(let* ((cnum (mime-article/point-content-number beg))
- (cur-buf (current-buffer))
(new-name (format "%s-%s" (buffer-name) cnum))
(mother mime::article/preview-buffer)
(charset (cdr (assoc "charset" cal)))