with TEXT_PROP_MEANS_INVISIBLE instead of NILP.
2001-03-25 Gerd Moellmann <gerd@gnu.org>
+ * xdisp.c (init_from_display_pos): Test invisible property
+ with TEXT_PROP_MEANS_INVISIBLE instead of NILP.
+
* xdisp.c (redisplay_internal) <update one window>: Make sure
last_arrow_position and last_arrow_string are set.
&& (XSETWINDOW (window, w),
prop = Fget_char_property (make_number (charpos),
Qinvisible, window),
- NILP (prop)))
+ !TEXT_PROP_MEANS_INVISIBLE (prop)))
{
prop = Fget_char_property (make_number (charpos - 1), Qinvisible,
window);