aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaroly Lorentey2005-02-04 16:29:25 +0000
committerKaroly Lorentey2005-02-04 16:29:25 +0000
commitfc8bcb58bc6e96beed7ad20bae40d28d3d2ea058 (patch)
treeb22bc250e6505c99c49556a3993799724e0acbe1
parent077f3dd9e0510164a37dcdfa69db9fe0b48675d9 (diff)
downloademacs-fc8bcb58bc6e96beed7ad20bae40d28d3d2ea058.tar.gz
emacs-fc8bcb58bc6e96beed7ad20bae40d28d3d2ea058.zip
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
-rw-r--r--src/dispnew.c1
1 files changed, 0 insertions, 1 deletions
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)
2770 /* Window row window_y must be a slice of frame row 2770 /* Window row window_y must be a slice of frame row
2771 frame_y. */ 2771 frame_y. */
2772 xassert (glyph_row_slice_p (window_row, frame_row)); 2772 xassert (glyph_row_slice_p (window_row, frame_row));
2773#endif
2774 2773
2775 /* If rows are in sync, we don't have to copy glyphs because 2774 /* If rows are in sync, we don't have to copy glyphs because
2776 frame and window share glyphs. */ 2775 frame and window share glyphs. */