aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 913b57ed44b..28752a42cb9 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -1689,7 +1689,9 @@ pos_visible_p (struct window *w, ptrdiff_t charpos, int *x, int *y,
1689 } 1689 }
1690 else 1690 else
1691 { 1691 {
1692 /* We were asked to provide info about WINDOW_END. */ 1692 /* Either we were asked to provide info about WINDOW_END, or
1693 CHARPOS is in the partially visible glyph row at end of
1694 window. */
1693 struct it it2; 1695 struct it it2;
1694 void *it2data = NULL; 1696 void *it2data = NULL;
1695 1697