src/xdisp.c (pos_visible_p): If CHARPOS is at beginning of window,
and there is a display property at that position, don't call
move_it_to to move to a position before window start.
2014-07-05 Eli Zaretskii <eliz@gnu.org>
- * xdisp.c (pos_visible_p): If CHARPOS is at BEGV, and there is a
- display property at BEGV, don't call move_it_to to move to a
- position before BEGV. (Bug#17942)
+ * xdisp.c (pos_visible_p): If CHARPOS is at beginning of window,
+ and there is a display property at that position, don't call
+ move_it_to to move to a position before window start. (Bug#17942)
2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
/* Move to the last buffer position before the
display property. */
start_display (&it3, w, top);
- if (start > BEGV)
+ if (start > CHARPOS (top))
move_it_to (&it3, start - 1, -1, -1, -1, MOVE_TO_POS);
/* Move forward one more line if the position before
the display string is a newline or if it is the