Mercurial > emacs
changeset 42291:9340ed4011ac
Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 24 Dec 2001 12:16:28 +0000 |
parents | 7ac079b9f10c |
children | fa1bc97b9adc |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Mon Dec 24 06:04:36 2001 +0000 +++ b/src/xdisp.c Mon Dec 24 12:16:28 2001 +0000 @@ -1625,7 +1625,7 @@ it->continuation_pixel_width = it->pixel_width; } - /* Reset these values to zero becaue the produce_special_glyphs + /* Reset these values to zero because the produce_special_glyphs above has changed them. */ it->pixel_width = it->ascent = it->descent = 0; it->phys_ascent = it->phys_descent = 0;