# HG changeset patch # User Gerd Moellmann # Date 996667077 0 # Node ID c4f9d47715f4b65b0e3381a4479ccc1b9ced184f # Parent 30acd3a347234251afe0cb18802bf80f24c2237b (resize_echo_area_exactly): Fix typo in function name. diff -r 30acd3a34723 -r c4f9d47715f4 src/xdisp.c --- a/src/xdisp.c Wed Aug 01 11:54:57 2001 +0000 +++ b/src/xdisp.c Wed Aug 01 11:57:57 2001 +0000 @@ -6458,7 +6458,7 @@ currently displayed message, if there is one. */ void -resize_echo_area_axactly () +resize_echo_area_exactly () { if (BUFFERP (echo_area_buffer[0]) && WINDOWP (echo_area_window)) @@ -6479,7 +6479,7 @@ /* Callback function for with_echo_area_buffer, when used from - resize_echo_area_axactly. A1 contains a pointer to the window to + resize_echo_area_exactly. A1 contains a pointer to the window to resize, A2 to A4 are not used. Value is what resize_mini_window returns. */