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
This commit is contained in:
Karoly Lorentey 2005-02-04 16:29:25 +00:00
parent 077f3dd9e0
commit fc8bcb58bc

View file

@ -2770,7 +2770,6 @@ build_frame_matrix_from_leaf_window (frame_matrix, w)
/* 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. */