caller, such as call-process, is not going to poll for input.
(calc_line_height_property): Handle case where it->object is nil.
}
else
redisplay_internal (1);
+
+ if (rif->flush_display_optional)
+ rif->flush_display_optional (NULL);
}
if (STRINGP (it->object))
position = make_number (IT_STRING_CHARPOS (*it));
- else
+ else if (BUFFERP (it->object))
position = make_number (IT_CHARPOS (*it));
+ else
+ return Qnil;
val = Fget_char_property (position, prop, it->object);