aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 5edabc510be..4baf9d371bc 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4709,7 +4709,7 @@ window_scroll_line_based (window, n, whole, noerror)
4709 4709
4710 posit = *compute_motion (startpos, 0, 0, 0, 4710 posit = *compute_motion (startpos, 0, 0, 0,
4711 PT, ht, 0, 4711 PT, ht, 0,
4712 window_box_text_cols (w), XINT (w->hscroll), 4712 -1, XINT (w->hscroll),
4713 0, w); 4713 0, w);
4714 original_vpos = posit.vpos; 4714 original_vpos = posit.vpos;
4715 4715