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

index 3c97161..453b4e3 100644 (file)
@@ -6,7 +6,7 @@
 ;; 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).
@@ -40,7 +40,7 @@
 ;;;
 
 (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))
 
@@ -355,13 +355,6 @@ Each elements are regexp of field-name. [mime-view.el]")
 (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
 ;;;