diff options
| author | Kenichi Handa | 1997-07-15 08:22:18 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-07-15 08:22:18 +0000 |
| commit | e2cbe74db767db055d80eb5a1612414fdd1cecbb (patch) | |
| tree | 77369ff0cb4e6dbd0315f1fc9ffa66dfd084e5c4 | |
| parent | ffb7e75e5fff8c020f4153f41f791579ccbea938 (diff) | |
| download | emacs-e2cbe74db767db055d80eb5a1612414fdd1cecbb.tar.gz emacs-e2cbe74db767db055d80eb5a1612414fdd1cecbb.zip | |
(setup-japanese-environment): Adjusted for the change of coding
category names. Set default-input-method correctly.
| -rw-r--r-- | lisp/language/japan-util.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el index e860b27156b..6e277f83c3f 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el | |||
| @@ -36,7 +36,8 @@ | |||
| 36 | coding-category-iso-8-2 | 36 | coding-category-iso-8-2 |
| 37 | coding-category-sjis | 37 | coding-category-sjis |
| 38 | coding-category-iso-8-1 | 38 | coding-category-iso-8-1 |
| 39 | coding-category-iso-else | 39 | coding-category-iso-7-else |
| 40 | coding-category-iso-8-else | ||
| 40 | coding-category-emacs-mule)) | 41 | coding-category-emacs-mule)) |
| 41 | 42 | ||
| 42 | (if (eq system-type 'ms-dos) | 43 | (if (eq system-type 'ms-dos) |
| @@ -50,7 +51,7 @@ | |||
| 50 | (set-terminal-coding-system-internal 'iso-2022-7bit) | 51 | (set-terminal-coding-system-internal 'iso-2022-7bit) |
| 51 | (set-keyboard-coding-system-internal 'iso-2022-7bit)) | 52 | (set-keyboard-coding-system-internal 'iso-2022-7bit)) |
| 52 | 53 | ||
| 53 | (setq default-input-method '("Japanese" . "quail-ja")) | 54 | (setq default-input-method "japanese") |
| 54 | 55 | ||
| 55 | (setq sendmail-coding-system 'iso-2022-jp | 56 | (setq sendmail-coding-system 'iso-2022-jp |
| 56 | rmail-file-coding-system 'iso-2022-jp) | 57 | rmail-file-coding-system 'iso-2022-jp) |