(update_compositions) <check_mask & CHECK_HEAD>: Fix
test of `from'.
This commit is contained in:
parent
afa3935f3d
commit
dd33cc5605
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ update_compositions (from, to, check_mask)
|
|||
run_composition_function (start, end, prop);
|
||||
from = end;
|
||||
}
|
||||
else if (from < to
|
||||
else if (from < ZV
|
||||
&& find_composition (from, -1, &start, &from, &prop, Qnil))
|
||||
run_composition_function (start, from, prop);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue