# HG changeset patch # User Kenichi Handa # Date 921464431 0 # Node ID 2612f75bdd2ae513335808dc0a3e42059dba71f6 # Parent 8c7fdc02cb785519fdca4a7b307497055e0c040c (try_window_id): Initizlie val.ovstring_chars_done to 0. diff -r 8c7fdc02cb78 -r 2612f75bdd2a src/xdisp.c --- a/src/xdisp.c Mon Mar 15 01:03:23 1999 +0000 +++ b/src/xdisp.c Mon Mar 15 02:20:31 1999 +0000 @@ -2898,6 +2898,7 @@ Fset_marker (w->start, make_number (pos), Qnil); val.bytepos = pos_byte; + val.ovstring_chars_done = 0; /* Redisplay the lines where the text was changed */ last_text_vpos = vpos;