;; Created: 1994/7/13
;; Renamed: 1994/8/31 from tm-body.el
;; Renamed: 1997/02/19 from tm-view.el
-;; Version: $Revision: 0.24 $
+;; Version: $Revision: 0.25 $
;; Keywords: MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
;;;
(defconst mime-view-RCS-ID
- "$Id: mime-view.el,v 0.24 1997-03-15 22:20:20 morioka Exp $")
+ "$Id: mime-view.el,v 0.25 1997-03-15 23:52:58 morioka Exp $")
(defconst mime-view-version (get-version-string mime-view-RCS-ID))
(defvar mime::article/preview-buffer nil)
(make-variable-buffer-local 'mime::article/preview-buffer)
-(defvar mime-raw::text-decoder nil
- "Function to decode text in current buffer.
-Interface of the function is (CHARSET &optional ENCODING).
-CHARSET is symbol of MIME charset and ENCODING is value of
-Content-Transfer-Encoding.")
-(make-variable-buffer-local 'mime-raw::text-decoder)
-
;;; @@@ in view buffer
;;;