]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-language-environment): Don't
authorKenichi Handa <handa@m17n.org>
Fri, 23 Sep 2005 02:13:36 +0000 (02:13 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 23 Sep 2005 02:13:36 +0000 (02:13 +0000)
check utf-translate-cjk-lang-env is nil or not on deciding if we
have to call utf-translate-cjk-load-tables.

lisp/ChangeLog
lisp/international/mule-cmds.el

index 9b33c9c0ea2a274b5834802faf0c0e79dfc92ce8..dd1ff52baacdce33faaf27ffd5dc350370f80cf7 100644 (file)
@@ -1,3 +1,9 @@
+2005-09-23  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (set-language-environment): Don't
+       check utf-translate-cjk-lang-env is nil or not on deciding if we
+       have to call utf-translate-cjk-load-tables.
+
 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * mouse.el (mouse-move-drag-overlay): Fix last change.
index c79349f3e57956dc66b7a20ec0b9895eda3009a6..8f491560ecc5810e47bb567fc9b116f45a3df356 100644 (file)
@@ -1901,7 +1901,6 @@ specifies the character set for the major languages of Western Europe."
     (if (functionp func)
        (funcall func)))
   (if (and utf-translate-cjk-mode
-          utf-translate-cjk-lang-env
           (not (eq utf-translate-cjk-lang-env language-name))
           (catch 'tag
             (dolist (charset (get-language-info language-name 'charset))