# HG changeset patch # User Kenichi Handa # Date 1245309535 0 # Node ID fb1ed86c4fa89c0734c3d30b43e9e94da78b5c87 # Parent c05be0f4e7a452bdbb3f6d3dec5a4f637664826b (setup-korean-environment-internal, exit-korean-environment): Cancel the previous unexpected changes. diff -r c05be0f4e7a4 -r fb1ed86c4fa8 lisp/language/korea-util.el --- 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)