diff options
| author | Kenichi Handa | 1997-08-04 07:01:31 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-08-04 07:01:31 +0000 |
| commit | 45bd6bb715a200f2307e345455ccf20aba063e09 (patch) | |
| tree | 0a62ae65662d7484b14a11835ce190f1b7fa4802 | |
| parent | 0384b4b76dcae29a80bdf5a587bf73e2b61f5099 (diff) | |
| download | emacs-45bd6bb715a200f2307e345455ccf20aba063e09.tar.gz emacs-45bd6bb715a200f2307e345455ccf20aba063e09.zip | |
(setup-korean-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
| -rw-r--r-- | lisp/language/korean.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/korean.el b/lisp/language/korean.el index 5acb94a7b20..5be514ab220 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el | |||
| @@ -57,7 +57,7 @@ | |||
| 57 | coding-category-iso-8-2 | 57 | coding-category-iso-8-2 |
| 58 | coding-category-iso-8-1)) | 58 | coding-category-iso-8-1)) |
| 59 | 59 | ||
| 60 | (setq-default buffer-file-coding-system 'korean-iso-8bit) | 60 | (set-default-coding-systems 'korean-iso-8bit) |
| 61 | 61 | ||
| 62 | (setq default-input-method "korean-hangul") | 62 | (setq default-input-method "korean-hangul") |
| 63 | (setq-default default-input-method "korean-hangul")) | 63 | (setq-default default-input-method "korean-hangul")) |