diff options
Diffstat (limited to 'src/xdisp.c')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 320075ba49d..f64e3eeabf5 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -1625,7 +1625,7 @@ init_iterator (it, w, charpos, bytepos, row, base_face_id) | |||
| 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; |