projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7477b51
)
(mime-charset-type-list): Use `cn-gb' instead of `cn-gb2312' because
author
morioka
<morioka>
Thu, 1 Oct 1998 09:32:09 +0000
(09:32 +0000)
committer
morioka
<morioka>
Thu, 1 Oct 1998 09:32:09 +0000
(09:32 +0000)
`cn-gb2312' is typo.
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
684c0fd
..
d5c3f07
100644
(file)
--- 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")