(setup-korean-environment-internal, exit-korean-environment): Cancel

the previous unexpected changes.
This commit is contained in:
Kenichi Handa 2009-06-18 07:18:55 +00:00
parent c1a7089259
commit ec27625250

View file

@ -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)