Don't call handle_display_prop.
+2004-12-28 Richard M. Stallman <rms@gnu.org>
+
+ * xdisp.c (back_to_previous_visible_line_start):
+ Don't call handle_display_prop.
+
2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
* coding.c (decode_coding_XXX, decode_composition_emacs_mule)
visible_p = 0;
}
+#if 0
+ /* Commenting this out fixes the bug described in
+ http://www.math.ku.dk/~larsh/emacs/emacs-loops-on-large-images/test-case.txt. */
if (visible_p)
{
struct it it2 = *it;
if (handle_display_prop (&it2) == HANDLED_RETURN)
visible_p = 0;
}
+#endif
/* Back one more newline if the current one is invisible. */
if (!visible_p)