comparison src/xdisp.c @ 42291:9340ed4011ac

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 24 Dec 2001 12:16:28 +0000
parents 0f4506820432
children be1db1ed86b1
comparison
equal deleted inserted replaced
42290:7ac079b9f10c 42291:9340ed4011ac
1623 xassert (it->glyph_row == NULL); 1623 xassert (it->glyph_row == NULL);
1624 produce_special_glyphs (it, IT_CONTINUATION); 1624 produce_special_glyphs (it, IT_CONTINUATION);
1625 it->continuation_pixel_width = it->pixel_width; 1625 it->continuation_pixel_width = it->pixel_width;
1626 } 1626 }
1627 1627
1628 /* Reset these values to zero becaue the produce_special_glyphs 1628 /* Reset these values to zero because the produce_special_glyphs
1629 above has changed them. */ 1629 above has changed them. */
1630 it->pixel_width = it->ascent = it->descent = 0; 1630 it->pixel_width = it->ascent = it->descent = 0;
1631 it->phys_ascent = it->phys_descent = 0; 1631 it->phys_ascent = it->phys_descent = 0;
1632 } 1632 }
1633 1633