]> git.eshelyaron.com Git - emacs.git/commitdiff
(try_window_id): Initizlie val.ovstring_chars_done to 0.
authorKenichi Handa <handa@m17n.org>
Mon, 15 Mar 1999 02:20:31 +0000 (02:20 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 15 Mar 1999 02:20:31 +0000 (02:20 +0000)
src/xdisp.c

index f8705200f0069eb44d90b86bda20d04656c2b587..db000c89b1686ad33936c72bd2fef99c87ff639b 100644 (file)
@@ -2898,6 +2898,7 @@ try_window_id (window)
     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;