mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
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:
parent
077f3dd9e0
commit
fc8bcb58bc
1 changed files with 0 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue