aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorPavel Janík2001-12-24 12:17:55 +0000
committerPavel Janík2001-12-24 12:17:55 +0000
commit153c21601b34e08a8301ac4bc424cdf2d3f45dac (patch)
tree17d76e3646af63c2fc002a6b7de3c0bc749a3461 /src/xdisp.c
parentd9d575d8748e789e3b36c719eb9879f2953d460a (diff)
downloademacs-153c21601b34e08a8301ac4bc424cdf2d3f45dac.tar.gz
emacs-153c21601b34e08a8301ac4bc424cdf2d3f45dac.zip
Fix typo.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c2
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;