Variable `mime-raw::text-decoder' was moved from mime-view.el.
authormorioka <morioka>
Sat, 15 Mar 1997 23:53:49 +0000 (23:53 +0000)
committermorioka <morioka>
Sat, 15 Mar 1997 23:53:49 +0000 (23:53 +0000)
mime-text.el

index b3fe0c7..d4fa85c 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; 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
 ;;;