From fc5206ff39bec4f57a3f4dc3fc5b1ada6cf9fa64 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 30 Mar 2002 11:54:45 +0000 Subject: [PATCH] (direct_output_for_insert): Call mark_window_display_accurate. --- src/dispnew.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/dispnew.c b/src/dispnew.c index 43d99b256c..03dec48e29 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -3655,14 +3655,7 @@ direct_output_for_insert (g) fflush (stdout); TRACE ((stderr, "direct output for insert\n")); - - UNCHANGED_MODIFIED = MODIFF; - BEG_UNCHANGED = GPT - BEG; - XSETFASTINT (w->last_point, PT); - w->last_cursor = w->cursor; - XSETFASTINT (w->last_modified, MODIFF); - XSETFASTINT (w->last_overlay_modified, OVERLAY_MODIFF); - + mark_window_display_accurate (it.window, 1); redisplay_performed_directly_p = 1; return 1; } -- 2.20.1