aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index e8599ee9b90..50651a64c78 100644
--- a/src/term.c
+++ b/src/term.c
@@ -338,8 +338,8 @@ update_end (f)
338{ 338{
339 if (! FRAME_TERMCAP_P (updating_frame)) 339 if (! FRAME_TERMCAP_P (updating_frame))
340 { 340 {
341 (*update_end_hook) (f);
342 updating_frame = 0; 341 updating_frame = 0;
342 (*update_end_hook) (f);
343 return; 343 return;
344 } 344 }
345 turn_off_insert (); 345 turn_off_insert ();