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:
parent
189a69d02a
commit
d847cc360a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue