aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index aa819fd10ae..a84cd668c81 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2626,7 +2626,7 @@ set_window_buffer (window, buffer, run_hooks_p)
2626 XSETFASTINT (w->window_end_vpos, 0); 2626 XSETFASTINT (w->window_end_vpos, 0);
2627 bzero (&w->last_cursor, sizeof w->last_cursor); 2627 bzero (&w->last_cursor, sizeof w->last_cursor);
2628 w->window_end_valid = Qnil; 2628 w->window_end_valid = Qnil;
2629 w->hscroll = w->min_height = make_number (0); 2629 w->hscroll = w->min_hscroll = make_number (0);
2630 w->vscroll = make_number (0); 2630 w->vscroll = make_number (0);
2631 set_marker_both (w->pointm, buffer, BUF_PT (b), BUF_PT_BYTE (b)); 2631 set_marker_both (w->pointm, buffer, BUF_PT (b), BUF_PT_BYTE (b));
2632 set_marker_restricted (w->start, 2632 set_marker_restricted (w->start,