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 1ef9404f7f1..d932b6db4bd 100644
--- a/src/window.c
+++ b/src/window.c
@@ -242,7 +242,7 @@ POS defaults to point; WINDOW, to the selected window.")
242 return Qnil; 242 return Qnil;
243 243
244 /* If that info is not correct, calculate afresh */ 244 /* If that info is not correct, calculate afresh */
245 posval = *compute_motion (top, 0, (hscroll ? 1 - hscroll : 0), 245 posval = *compute_motion (top, 0, (hscroll ? 1 - hscroll : 0), 0,
246 posint, height, 0, 246 posint, height, 0,
247 window_internal_width (w) - 1, 247 window_internal_width (w) - 1,
248 hscroll, 0, w); 248 hscroll, 0, w);