# HG changeset patch # User Karoly Lorentey <lorentey@elte.hu> # Date 1107534565 0 # Node ID 267c2ab562ab6ac84c5c132505df903f6f5b0901 # Parent 86457de2420c677602a87e37350bd0f471dfc003 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 diff -r 86457de2420c -r 267c2ab562ab src/dispnew.c --- 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. */