From: morioka Date: Thu, 1 Oct 1998 09:32:09 +0000 (+0000) Subject: (mime-charset-type-list): Use `cn-gb' instead of `cn-gb2312' because X-Git-Tag: semi-1_8-for-flim-1_10-199811302358~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=869416cc008fd1e9e1fc05f5e4c46abde7ec5f99;p=elisp%2Fsemi.git (mime-charset-type-list): Use `cn-gb' instead of `cn-gb2312' because `cn-gb2312' is typo. --- 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")