Mercurial > emacs
changeset 34944:4fc804373f2a
(update_window): Don't check_current_matrix_flags.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 02 Jan 2001 10:26:28 +0000 |
parents | 67ec449a2b50 |
children | 99252c8e0152 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Tue Jan 02 03:52:23 2001 +0000 +++ b/src/dispnew.c Tue Jan 02 10:26:28 2001 +0000 @@ -4120,7 +4120,7 @@ paused_p = 1; #if GLYPH_DEBUG - check_current_matrix_flags (w); + /* check_current_matrix_flags (w); */ add_window_display_history (w, w->current_matrix->method, paused_p); #endif