From 869416cc008fd1e9e1fc05f5e4c46abde7ec5f99 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 1 Oct 1998 09:32:09 +0000 Subject: [PATCH] (mime-charset-type-list): Use `cn-gb' instead of `cn-gb2312' because `cn-gb2312' is typo. --- mime-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-edit.el b/mime-edit.el index 684c0fd..d5c3f07 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -434,7 +434,7 @@ If encoding is nil, it is determined from its contents." (iso-2022-jp 7 "base64") (iso-2022-kr 7 "base64") (euc-kr 8 "base64") - (cn-gb2312 8 "base64") + (cn-gb 8 "base64") (gb2312 8 "base64") (cn-big5 8 "base64") (big5 8 "base64") -- 1.7.10.4