Mercurial > emacs
changeset 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 | 1f7486fbbd3d |
children | dd4e1abada68 |
files | src/composite.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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); }