Mercurial > emacs
changeset 103471:fb1ed86c4fa8
(setup-korean-environment-internal, exit-korean-environment): Cancel
the previous unexpected changes.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 18 Jun 2009 07:18:55 +0000 |
parents | c05be0f4e7a4 |
children | 702e3f83e52f |
files | lisp/language/korea-util.el |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/korea-util.el Thu Jun 18 06:54:47 2009 +0000 +++ b/lisp/language/korea-util.el Thu Jun 18 07:18:55 2009 +0000 @@ -120,9 +120,7 @@ (setq old-def (lookup-key (car this) key)) (define-key (car this) key new-def)) (setcar (nthcdr 3 this) old-def)) - (setq key-bindings (cdr key-bindings)))) - (use-cjk-char-width-table 'ko_KR)) - + (setq key-bindings (cdr key-bindings))))) (defun exit-korean-environment () "Exit Korean language environment." @@ -137,8 +135,7 @@ (global-set-key key old-def)) (if (eq (lookup-key (car this) key) new-def) (define-key (car this) key old-def)))) - (setq key-bindings (cdr key-bindings)))) - (use-default-char-width-table)) + (setq key-bindings (cdr key-bindings))))) ;; (provide 'korea-util)