From eef91b911d5520001c5cb4b592ae81aad817c219 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Fri, 28 Feb 1997 02:16:31 +0000 Subject: [PATCH] (mime-article/coding-system-alist): Use `no-conversion' instead of *noconv*. --- mime-play.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) )) -- 1.7.10.4