changeset 24487:2612f75bdd2a

(try_window_id): Initizlie val.ovstring_chars_done to 0.
author Kenichi Handa <handa@m17n.org>
date Mon, 15 Mar 1999 02:20:31 +0000
parents 8c7fdc02cb78
children a8e006544aa5
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;