]> git.eshelyaron.com Git - emacs.git/commitdiff
(setup-korean-environment-internal, exit-korean-environment): Cancel
authorKenichi Handa <handa@m17n.org>
Thu, 18 Jun 2009 07:18:55 +0000 (07:18 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 18 Jun 2009 07:18:55 +0000 (07:18 +0000)
the previous unexpected changes.

lisp/language/korea-util.el

index 56abda353367138d1c526b68e7bb9cb934c56a0d..8ec00641b072ea0bad2c0e368afdc0e56cd1dbd7 100644 (file)
          (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."
                (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)