diff options
| author | Kenichi Handa | 1997-08-10 04:09:49 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-08-10 04:09:49 +0000 |
| commit | e20fe6575318bcb617c928bbb1885a38d1438f3a (patch) | |
| tree | 80c835f42a73381bdbe3bb967e0723b95b8949ef | |
| parent | 3518ac16b5ae216e235cf2ed37b782f9b3d143ed (diff) | |
| download | emacs-e20fe6575318bcb617c928bbb1885a38d1438f3a.tar.gz emacs-e20fe6575318bcb617c928bbb1885a38d1438f3a.zip | |
(setup-japanese-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.
| -rw-r--r-- | lisp/language/japan-util.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el index 95d139843db..2236428f242 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el | |||
| @@ -49,8 +49,6 @@ | |||
| 49 | (setq default-input-method "japanese") | 49 | (setq default-input-method "japanese") |
| 50 | (setq-default default-input-method "japanese") | 50 | (setq-default default-input-method "japanese") |
| 51 | 51 | ||
| 52 | (setq sendmail-coding-system 'iso-2022-jp | ||
| 53 | rmail-file-coding-system 'iso-2022-jp) | ||
| 54 | ) | 52 | ) |
| 55 | 53 | ||
| 56 | (defconst japanese-kana-table | 54 | (defconst japanese-kana-table |