(mime-charset-type-list): Use `cn-gb' instead of `cn-gb2312' because
authormorioka <morioka>
Thu, 1 Oct 1998 09:32:09 +0000 (09:32 +0000)
committermorioka <morioka>
Thu, 1 Oct 1998 09:32:09 +0000 (09:32 +0000)
`cn-gb2312' is typo.

mime-edit.el

index 684c0fd..d5c3f07 100644 (file)
@@ -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")