mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
(direct_output_for_insert): Call
mark_window_display_accurate.
This commit is contained in:
parent
b74bd4a35d
commit
fc5206ff39
1 changed files with 1 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue