Mercurial > emacs
comparison lisp/language/korean.el @ 18551:d2c185d8f072
(setup-korean-environment): Adjusted
for the change of an input method name.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 02 Jul 1997 12:58:29 +0000 |
parents | 383d11185239 |
children | ddf73154a296 |
comparison
equal
deleted
inserted
replaced
18550:528a598be0e0 | 18551:d2c185d8f072 |
---|---|
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 (setq-default buffer-file-coding-system 'korean-iso-8bit) |
61 | 61 |
62 (setq default-input-method '("Korean" . "quail-hangul")) | 62 (setq default-input-method '("Korean" . "korean-hangul")) |
63 ) | 63 ) |
64 | 64 |
65 (set-language-info-alist | 65 (set-language-info-alist |
66 "Korean" '((setup-function . setup-korean-environment) | 66 "Korean" '((setup-function . setup-korean-environment) |
67 (tutorial . "TUTORIAL.kr") | 67 (tutorial . "TUTORIAL.kr") |