aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 5e16897b93f..165b6e4757b 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -3586,6 +3586,7 @@ direct_output_for_insert (g)
3586 implemented for X frames. The implementation uses updated_window 3586 implemented for X frames. The implementation uses updated_window
3587 and updated_row. */ 3587 and updated_row. */
3588 updated_row = glyph_row; 3588 updated_row = glyph_row;
3589 updated_area = TEXT_AREA;
3589 update_begin (f); 3590 update_begin (f);
3590 if (rif) 3591 if (rif)
3591 { 3592 {