From: Kenichi Handa Date: Thu, 18 Jun 2009 07:18:55 +0000 (+0000) Subject: (setup-korean-environment-internal, exit-korean-environment): Cancel X-Git-Tag: emacs-pretest-23.0.95~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec276252509c1f5b98904fb370ba609233725a47;p=emacs.git (setup-korean-environment-internal, exit-korean-environment): Cancel the previous unexpected changes. --- diff --git a/lisp/language/korea-util.el b/lisp/language/korea-util.el index 56abda35336..8ec00641b07 100644 --- a/lisp/language/korea-util.el +++ b/lisp/language/korea-util.el @@ -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)