summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-06-18 12:57:51 +0000
committerKenichi Handa <handa@m17n.org>1997-06-18 12:57:51 +0000
commitca06dce139110c6654579365522baf75233e953f (patch)
tree1f7b2258ecc163cb4ee691a3606faf39bf11d282
parentdc5a595aa68b6dffea0abd70fd26f3f8ba486bfd (diff)
downloademacs-ca06dce139110c6654579365522baf75233e953f.tar.gz
Adjusted for the coding system name change.
Set cyrillic-koi8 for newsgroup "relcom".
-rw-r--r--lisp/gnus/gnus-mule.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/gnus/gnus-mule.el b/lisp/gnus/gnus-mule.el
index 8ee6ae99895..0a17c4c7cb1 100644
--- a/lisp/gnus/gnus-mule.el
+++ b/lisp/gnus/gnus-mule.el
@@ -209,11 +209,12 @@ coding-system for reading and writing respectively."
'gnus-mule-message-send-mail-function))
(gnus-mule-add-group "" 'undecided)
-(gnus-mule-add-group "fj" 'iso-2022-7)
-(gnus-mule-add-group "alt.chinese.text" 'hz-gb-2312)
-(gnus-mule-add-group "alt.hk" 'hz-gb-2312)
-(gnus-mule-add-group "alt.chinese.text.big5" 'cn-big5)
-(gnus-mule-add-group "soc.culture.vietnamese" '(nil . viqr))
+(gnus-mule-add-group "fj" 'iso-2022-7bit)
+(gnus-mule-add-group "alt.chinese.text" 'chinese-hz)
+(gnus-mule-add-group "alt.hk" 'chinese-hz)
+(gnus-mule-add-group "alt.chinese.text.big5" 'chinese-big5)
+(gnus-mule-add-group "soc.culture.vietnamese" '(nil . vietnamese-viqr))
+(gnus-mule-add-group "relcom" 'cyrillic-koi8)
(add-hook 'gnus-startup-hook 'gnus-mule-initialize)