diff options
author | Kenichi Handa <handa@m17n.org> | 2009-06-18 07:18:55 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2009-06-18 07:18:55 +0000 |
commit | ec276252509c1f5b98904fb370ba609233725a47 (patch) | |
tree | 883446377eaf5a3fd9a3333a5f55508f6452bfec /lisp/language | |
parent | c1a7089259bc540f45d2e9cb6435e9d1ee375479 (diff) | |
download | emacs-ec276252509c1f5b98904fb370ba609233725a47.tar.gz emacs-ec276252509c1f5b98904fb370ba609233725a47.tar.bz2 emacs-ec276252509c1f5b98904fb370ba609233725a47.zip |
(setup-korean-environment-internal, exit-korean-environment): Cancel
the previous unexpected changes.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/korea-util.el | 7 |
1 files changed, 2 insertions, 5 deletions
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) |