aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 487e2f1d8c6..57e3b2253a9 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -3233,8 +3233,8 @@ direct_output_for_insert (g)
3233 3233
3234 TRACE ((stderr, "direct output for insert\n")); 3234 TRACE ((stderr, "direct output for insert\n"));
3235 3235
3236 unchanged_modified = MODIFF; 3236 UNCHANGED_MODIFIED = MODIFF;
3237 beg_unchanged = GPT - BEG; 3237 BEG_UNCHANGED = GPT - BEG;
3238 XSETFASTINT (w->last_point, PT); 3238 XSETFASTINT (w->last_point, PT);
3239 w->last_cursor = w->cursor; 3239 w->last_cursor = w->cursor;
3240 XSETFASTINT (w->last_modified, MODIFF); 3240 XSETFASTINT (w->last_modified, MODIFF);