Mercurial > emacs
diff src/composite.c @ 34241:f52846f4d5bd
(update_compositions): Fix typo (use the correct variable).
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 06 Dec 2000 00:28:48 +0000 |
| parents | aaa42106f0da |
| children | 414310d24f52 |
line wrap: on
line diff
--- a/src/composite.c Wed Dec 06 00:28:31 2000 +0000 +++ b/src/composite.c Wed Dec 06 00:28:48 2000 +0000 @@ -498,7 +498,7 @@ run_composition_function (start, end, prop); from = end; } - else if (from < end + else if (from < to && find_composition (from, -1, &start, &from, &prop, Qnil)) run_composition_function (start, from, prop); }
