diff options
| -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")) |