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 b253f7d612c..834d3784d6b 100644
--- a/src/window.c
+++ b/src/window.c
@@ -223,7 +223,7 @@ POS defaults to point; WINDOW, to the selected window.")
223 posval = *compute_motion (top, 0, (hscroll ? 1 - hscroll : 0), 223 posval = *compute_motion (top, 0, (hscroll ? 1 - hscroll : 0),
224 posint, height, 0, 224 posint, height, 0,
225 window_internal_width (w) - 1, 225 window_internal_width (w) - 1,
226 hscroll, 0); 226 hscroll, 0, w);
227 227
228 return posval.vpos < height ? Qt : Qnil; 228 return posval.vpos < height ? Qt : Qnil;
229 } 229 }