From a4be9a71ae47bf5cf29ee0924b38996cd49aa47b Mon Sep 17 00:00:00 2001 From: tmorioka Date: Tue, 25 Feb 1997 06:15:38 +0000 Subject: [PATCH] Variable `mime-charset-type-list' was moved to mime-edit.el. --- mime-def.el | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/mime-def.el b/mime-def.el index a6eec75..89e48ca 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-def.el,v 0.7 1997-02-24 09:00:59 tmorioka Exp $ +;; Version: $Id: mime-def.el,v 0.8 1997-02-25 06:15:38 tmorioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -56,26 +56,6 @@ ;;; @ charset and encoding ;;; -(defvar mime-charset-type-list - '((us-ascii 7 nil) - (iso-8859-1 8 "quoted-printable") - (iso-8859-2 8 "quoted-printable") - (iso-8859-3 8 "quoted-printable") - (iso-8859-4 8 "quoted-printable") - (iso-8859-5 8 "quoted-printable") - (koi8-r 8 "quoted-printable") - (iso-8859-7 8 "quoted-printable") - (iso-8859-8 8 "quoted-printable") - (iso-8859-9 8 "quoted-printable") - (iso-2022-jp 7 "base64") - (iso-2022-kr 7 "base64") - (euc-kr 8 "base64") - (gb2312 8 "quoted-printable") - (big5 8 "base64") - (iso-2022-jp-2 7 "base64") - (iso-2022-int-1 7 "base64") - )) - (defun mime/encoding-name (transfer-level &optional not-omit) (cond ((> transfer-level 8) "binary") ((= transfer-level 8) "8bit") -- 1.7.10.4