1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

(try_window_id): Initizlie val.ovstring_chars_done to 0.

This commit is contained in:
Kenichi Handa 1999-03-15 02:20:31 +00:00
parent 189a69d02a
commit d847cc360a

View 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;