aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index f8705200f00..db000c89b16 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -2898,6 +2898,7 @@ try_window_id (window)
2898 Fset_marker (w->start, make_number (pos), Qnil); 2898 Fset_marker (w->start, make_number (pos), Qnil);
2899 2899
2900 val.bytepos = pos_byte; 2900 val.bytepos = pos_byte;
2901 val.ovstring_chars_done = 0;
2901 2902
2902 /* Redisplay the lines where the text was changed */ 2903 /* Redisplay the lines where the text was changed */
2903 last_text_vpos = vpos; 2904 last_text_vpos = vpos;