]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in dispnew.c.
authorKaroly Lorentey <lorentey@elte.hu>
Fri, 4 Feb 2005 16:29:25 +0000 (16:29 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Fri, 4 Feb 2005 16:29:25 +0000 (16:29 +0000)
* src/dispnew.c (build_frame_matrix_from_leaf_window): Fix typo.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-289

src/dispnew.c

index 606e8331347ad715c0b89131554ab74052d46076..8b3ab476bcbb28591f01699b93c10798238305cc 100644 (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.  */