mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(setup-japanese-environment): Adjusted for the change of coding
category names. Set default-input-method correctly.
This commit is contained in:
parent
ffb7e75e5f
commit
e2cbe74db7
1 changed files with 3 additions and 2 deletions
|
|
@ -36,7 +36,8 @@
|
|||
coding-category-iso-8-2
|
||||
coding-category-sjis
|
||||
coding-category-iso-8-1
|
||||
coding-category-iso-else
|
||||
coding-category-iso-7-else
|
||||
coding-category-iso-8-else
|
||||
coding-category-emacs-mule))
|
||||
|
||||
(if (eq system-type 'ms-dos)
|
||||
|
|
@ -50,7 +51,7 @@
|
|||
(set-terminal-coding-system-internal 'iso-2022-7bit)
|
||||
(set-keyboard-coding-system-internal 'iso-2022-7bit))
|
||||
|
||||
(setq default-input-method '("Japanese" . "quail-ja"))
|
||||
(setq default-input-method "japanese")
|
||||
|
||||
(setq sendmail-coding-system 'iso-2022-jp
|
||||
rmail-file-coding-system 'iso-2022-jp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue