comparison src/term.c @ 5648:bd8a172bf8a0

(update_end): Clear updating_frame before calling hook.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jan 1994 00:09:47 +0000
parents 1fc792473491
children 560cee2048ed
comparison
equal deleted inserted replaced
5647:7bd40f51b9e9 5648:bd8a172bf8a0
336 update_end (f) 336 update_end (f)
337 FRAME_PTR f; 337 FRAME_PTR f;
338 { 338 {
339 if (! FRAME_TERMCAP_P (updating_frame)) 339 if (! FRAME_TERMCAP_P (updating_frame))
340 { 340 {
341 updating_frame = 0;
341 (*update_end_hook) (f); 342 (*update_end_hook) (f);
342 updating_frame = 0;
343 return; 343 return;
344 } 344 }
345 turn_off_insert (); 345 turn_off_insert ();
346 background_highlight (); 346 background_highlight ();
347 standout_requested = 0; 347 standout_requested = 0;