From: tmorioka Date: Fri, 28 Feb 1997 02:16:31 +0000 (+0000) Subject: (mime-article/coding-system-alist): Use `no-conversion' instead of X-Git-Tag: Hokutetsu-Ishikawa-new~240 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=eef91b911d5520001c5cb4b592ae81aad817c219;p=elisp%2Fsemi.git (mime-article/coding-system-alist): Use `no-conversion' instead of *noconv*. --- diff --git a/mime-play.el b/mime-play.el index 4152c64..1e05d79 100644 --- a/mime-play.el +++ b/mime-play.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; 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)) ))