Mercurial > emacs
changeset 83249:267c2ab562ab
Fix typo in dispnew.c.
* src/dispnew.c (build_frame_matrix_from_leaf_window): Fix typo.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-289
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 04 Feb 2005 16:29:25 +0000 |
parents | 86457de2420c |
children | 89ac10c67e45 |
files | src/dispnew.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Fri Feb 04 15:36:07 2005 +0000 +++ b/src/dispnew.c Fri Feb 04 16:29:25 2005 +0000 @@ -2770,7 +2770,6 @@ /* Window row window_y must be a slice of frame row frame_y. */ xassert (glyph_row_slice_p (window_row, frame_row)); -#endif /* If rows are in sync, we don't have to copy glyphs because frame and window share glyphs. */