xdisp.c (init_iterator): Initialize it->glyph_row->reversed_p flag.
+2010-01-30 Eli Zaretskii <eliz@gnu.org>
+
+ Fix fallout from changes to managing glyph row reversed_p flag.
+ * xdisp.c (init_iterator): Initialize it->glyph_row->reversed_p
+ flag.
+
2010-01-25 Eli Zaretskii <eliz@gnu.org>
Clean up the mess with setting the glyph row reversed_p flag.
it->glyph_row = row;
it->area = TEXT_AREA;
+ /* Forget any previous info about this row being reversed. */
+ if (it->glyph_row)
+ it->glyph_row->reversed_p = 0;
+
/* Get the dimensions of the display area. The display area
consists of the visible window area plus a horizontally scrolled
part to the left of the window. All x-values are relative to the