aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 7b6cb41e23d..43ce58c5ca2 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3027,7 +3027,7 @@ save_and_enable_current_matrix (struct frame *f)
3027 /* Make sure every row is enabled, or else update_frame will not 3027 /* Make sure every row is enabled, or else update_frame will not
3028 redraw them. (Rows that are identical to what is already on 3028 redraw them. (Rows that are identical to what is already on
3029 screen will not be redrawn anyway.) */ 3029 screen will not be redrawn anyway.) */
3030 to->enabled_p = 1; 3030 to->enabled_p = true;
3031 to->hash = from->hash; 3031 to->hash = from->hash;
3032 } 3032 }
3033 3033