(load_charset): Reformat X==Y==Z to (X==Y)==Z.
This commit is contained in:
parent
35f5b1280e
commit
56f00ed262
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
|
||||
|
||||
* charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
|
||||
|
||||
2009-04-30 David Reitter <david.reitter@gmail.com>
|
||||
|
||||
* nsterm.m (convert_ns_to_X_keysym): Define function keys f16
|
||||
|
|
|
@ -646,7 +646,7 @@ load_charset (charset, control_flag)
|
|||
if (inhibit_load_charset_map
|
||||
&& temp_charset_work
|
||||
&& charset == temp_charset_work->current
|
||||
&& (control_flag == 2 == temp_charset_work->for_encoder))
|
||||
&& ((control_flag == 2) == temp_charset_work->for_encoder))
|
||||
return;
|
||||
|
||||
if (CHARSET_METHOD (charset) == CHARSET_METHOD_MAP)
|
||||
|
|
Loading…
Add table
Reference in a new issue