Call change_frame_size and do_pending_window_change with
authorGerd Moellmann <gerd@gnu.org>
Sat, 21 Aug 1999 19:29:53 +0000 (19:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 21 Aug 1999 19:29:53 +0000 (19:29 +0000)
commit985f9f6642aa4db5649425c2b53d31f34c0e425c
treebcc028011e0e49885caedcbdccaef4999b36994b
parent4f13cc9959c1a786da94bbb1fef1a633619e3066
Call change_frame_size and do_pending_window_change with
new parameter.
(ok_to_echo_at_next_pause): Make it a pointer to
a struct kboard.
(echo_kboard): New.
(echo_now): Set echo_kboard to the current kboard.
(cancel_echoing): Set echo_kboard to null.
(cmd_error_internal): Use clear_message, remove references
to echo_area_glyphs and echo_area_message.
(command_loop_1): Check for echo area messages differently.
(read_char): Likewise.
(record_menu_key): Use clear_message.
(Fexecute_extended_command):  Check for echo area messages
differently.  Use push_message, restore_message, pop_message.
src/keyboard.c