From b0b8b498c1cce5d25a4352db627ac080ac66dc5d Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 11 Mar 1999 08:59:28 +0000 Subject: [PATCH] (mime-charset-type-list): Add `tis-620'. --- mime-edit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mime-edit.el b/mime-edit.el index fbc8e4b..0c04b97 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -489,6 +489,7 @@ If encoding is nil, it is determined from its contents." (cn-big5 8 "base64") (big5 8 "base64") (shift_jis 8 "base64") + (tis-620 8 "base64") (iso-2022-jp-2 7 "base64") (iso-2022-int-1 7 "base64") )) -- 1.7.10.4