(mime-article/coding-system-alist): Use `no-conversion' instead of
authortmorioka <tmorioka>
Fri, 28 Feb 1997 02:16:31 +0000 (02:16 +0000)
committertmorioka <tmorioka>
Fri, 28 Feb 1997 02:16:31 +0000 (02:16 +0000)
*noconv*.

mime-play.el

index 4152c64..1e05d79 100644 (file)
@@ -5,7 +5,7 @@
 ;; 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.4 1997-02-27 09:00:33 tmorioka Exp $
+;; Version: $Id: mime-play.el,v 0.5 1997-02-28 02:16:31 tmorioka Exp $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -476,7 +476,7 @@ return new alist whose car is the new pair and cdr is ALIST.
 ;;;
 
 (defvar mime-article/coding-system-alist
-  (list (cons 'mh-show-mode *noconv*)
+  (list '(mh-show-mode . no-conversion)
        (cons t (mime-charset-to-coding-system default-mime-charset))
        ))