diff options
author | Kenichi Handa <handa@m17n.org> | 1997-05-16 00:59:00 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-05-16 00:59:00 +0000 |
commit | 426591c3ff90afc4f47808b3643a7936a3f94e72 (patch) | |
tree | 634ab03d87df8517872b5b1c063fbc9655a0d3d9 /lisp/gnus | |
parent | 9899214ca9dd4ce61175d30db4530eadeb050ac8 (diff) | |
download | emacs-426591c3ff90afc4f47808b3643a7936a3f94e72.tar.gz |
Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/gnus-mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-mule.el b/lisp/gnus/gnus-mule.el index aef9e81ca7a..8ee6ae99895 100644 --- a/lisp/gnus/gnus-mule.el +++ b/lisp/gnus/gnus-mule.el @@ -208,7 +208,7 @@ coding-system for reading and writing respectively." (add-hook 'message-send-mail-hook 'gnus-mule-message-send-mail-function)) -(gnus-mule-add-group "" 'automatic-conversion) +(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) |