From: tomo Date: Fri, 28 Apr 2000 07:42:51 +0000 (+0000) Subject: (mime-charset-type-list): Add `iso-2022-jp-3'. X-Git-Tag: emacs-21_0_90-semi-remi-1_14_2-0~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0eb84a63deb70f3106d2f30d493bebeb2870128c;p=elisp%2Fsemi.git (mime-charset-type-list): Add `iso-2022-jp-3'. --- 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")