comparison src/term.c @ 7649:eeefa4ac7978

(update_end): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 May 1994 06:31:52 +0000
parents f9236145bad7
children 60795e826dad
comparison
equal deleted inserted replaced
7648:2e85e48d42da 7649:eeefa4ac7978
341 update_end (f) 341 update_end (f)
342 FRAME_PTR f; 342 FRAME_PTR f;
343 { 343 {
344 if (! FRAME_TERMCAP_P (updating_frame)) 344 if (! FRAME_TERMCAP_P (updating_frame))
345 { 345 {
346 (*update_end_hook) (f);
346 updating_frame = 0; 347 updating_frame = 0;
347 (*update_end_hook) (f);
348 return; 348 return;
349 } 349 }
350 turn_off_insert (); 350 turn_off_insert ();
351 background_highlight (); 351 background_highlight ();
352 standout_requested = 0; 352 standout_requested = 0;