(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.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user