From: Pavel Janík Date: Mon, 24 Dec 2001 12:17:55 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~17511 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/153c21601b34e08a8301ac4bc424cdf2d3f45dac Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index d872cd0323..0c9e50ae65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1221,14 +1221,14 @@ in macros. * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, - casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c, - composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c, - eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h, - indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c, - minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c, - sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c, - w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c, - xfaces.c, xmenu.c, xselect.c : Update usage of CHECK_ macros + * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c, + * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c, + * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h, + * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c, + * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c, + * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c, + * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c, + * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros (remove unused second argument). 2001-11-02 Stefan Monnier diff --git a/src/xdisp.c b/src/xdisp.c index 320075ba49..f64e3eeabf 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -1625,7 +1625,7 @@ init_iterator (it, w, charpos, bytepos, row, base_face_id) 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;