mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
Fix typo.
This commit is contained in:
parent
d9d575d874
commit
153c21601b
2 changed files with 9 additions and 9 deletions
|
|
@ -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 <monnier@cs.yale.edu>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue