;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Version:
-;; $Id: mime-text.el,v 0.15 1997-03-15 22:22:11 morioka Exp $
+;; $Id: mime-text.el,v 0.16 1997-03-15 23:53:49 morioka Exp $
;; Keywords: text, MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
;;; Code:
+;;; @ buffer local variables in raw-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)
+
+
;;; @ code conversion
;;;