Mercurial > emacs
changeset 38629:61636b8db232
(command_loop_1): Fix spelling of
resize_echo_area_exactly.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 01 Aug 2001 11:54:33 +0000 |
parents | 4869dbaf46cf |
children | 30acd3a34723 |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Wed Aug 01 11:25:52 2001 +0000 +++ b/src/keyboard.c Wed Aug 01 11:54:33 2001 +0000 @@ -1327,7 +1327,7 @@ /* If displaying a message, resize the echo area window to fit that message's size exactly. */ if (!NILP (echo_area_buffer[0])) - resize_echo_area_axactly (); + resize_echo_area_exactly (); if (!NILP (Vdeferred_action_list)) call0 (Vdeferred_action_function); @@ -1642,7 +1642,7 @@ /* If displaying a message, resize the echo area window to fit that message's size exactly. */ if (!NILP (echo_area_buffer[0])) - resize_echo_area_axactly (); + resize_echo_area_exactly (); if (!NILP (Vdeferred_action_list)) safe_run_hooks (Qdeferred_action_function);