From 0eb84a63deb70f3106d2f30d493bebeb2870128c Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 28 Apr 2000 07:42:51 +0000 Subject: [PATCH] (mime-charset-type-list): Add `iso-2022-jp-3'. --- mime-edit.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mime-edit.el b/mime-edit.el index c2ddf2a..2df29b2 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -1,9 +1,9 @@ ;;; mime-edit.el --- Simple MIME Composer for GNU Emacs -;; Copyright (C) 1993,94,95,96,97,98,99 Free Software Foundation, Inc. +;; Copyright (C) 1993,94,95,96,97,98,99,2000 Free Software Foundation, Inc. ;; Author: UMEDA Masanobu -;; MORIOKA Tomohiko +;; MORIOKA Tomohiko ;; Daiki Ueno ;; Created: 1994/08/21 renamed from mime.el ;; Renamed: 1997/2/21 from tm-edit.el @@ -499,6 +499,7 @@ If encoding is nil, it is determined from its contents." (iso-8859-8 8 "quoted-printable") (iso-8859-9 8 "quoted-printable") (iso-2022-jp 7 "base64") + (iso-2022-jp-3 7 "base64") (iso-2022-kr 7 "base64") (euc-kr 8 "base64") (cn-gb 8 "base64") -- 1.7.10.4