aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-02 10:26:28 +0000
committerGerd Moellmann2001-01-02 10:26:28 +0000
commit0cffd9d8daf06fbe811cec61e5b3b958e396c2a9 (patch)
tree602d124323b57c368a658e9e7b497c7de4470aef /src
parentfaee9d23285e06aa5b05f5499bc0296dfc97a66a (diff)
downloademacs-0cffd9d8daf06fbe811cec61e5b3b958e396c2a9.tar.gz
emacs-0cffd9d8daf06fbe811cec61e5b3b958e396c2a9.zip
(update_window): Don't check_current_matrix_flags.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index e7df852bcf8..a6b71e18a45 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -4120,7 +4120,7 @@ update_window (w, force_p)
4120 paused_p = 1; 4120 paused_p = 1;
4121 4121
4122#if GLYPH_DEBUG 4122#if GLYPH_DEBUG
4123 check_current_matrix_flags (w); 4123 /* check_current_matrix_flags (w); */
4124 add_window_display_history (w, w->current_matrix->method, paused_p); 4124 add_window_display_history (w, w->current_matrix->method, paused_p);
4125#endif 4125#endif
4126 4126