From: Karoly Lorentey Date: Fri, 4 Feb 2005 16:29:25 +0000 (+0000) Subject: Fix typo in dispnew.c. X-Git-Tag: emacs-pretest-23.0.90~11236^2~141^2~311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc8bcb58bc6e96beed7ad20bae40d28d3d2ea058;p=emacs.git 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 --git a/src/dispnew.c b/src/dispnew.c index 606e8331347..8b3ab476bcb 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -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. */