changeset 98130:f90a2c13cbb4

(handle_composition_prop): Set it->cmp_it.ch to -1.
author Kenichi Handa <handa@m17n.org>
date Wed, 10 Sep 2008 12:38:50 +0000
parents 262f9700e3de
children c685c5dba2cb
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Wed Sep 10 12:02:36 2008 +0000
+++ b/src/xdisp.c	Wed Sep 10 12:38:50 2008 +0000
@@ -4679,6 +4679,7 @@
 
       if (it->cmp_it.id >= 0)
 	{
+	  it->cmp_it.ch = -1;
 	  it->cmp_it.nchars = COMPOSITION_LENGTH (prop);
 	  it->cmp_it.nglyphs = -1;
 	}