mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
(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:
parent
39739f21c6
commit
8fb7dc777b
2 changed files with 6 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue