src/dispnew.c (update_frame_with_menu): Set display_completed.
This commit is contained in:
parent
bf0b7b5538
commit
834dee2099
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-06-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* dispnew.c (update_frame_with_menu): Set display_completed.
|
||||
|
||||
2014-06-01 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* frame.c (x_set_frame_parameters): Don't read uninitialized storage.
|
||||
|
|
|
@ -3132,12 +3132,11 @@ update_frame_with_menu (struct frame *f)
|
|||
check_window_matrix_pointers (root_window);
|
||||
#endif
|
||||
add_frame_display_history (f, paused_p);
|
||||
#else
|
||||
IF_LINT ((void) paused_p);
|
||||
#endif
|
||||
|
||||
/* Reset flags indicating that a window should be updated. */
|
||||
set_window_update_flags (root_window, false);
|
||||
display_completed = !paused_p;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue