1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

(resize_echo_area_exactly): Fix typo in function name.

This commit is contained in:
Gerd Moellmann 2001-08-01 11:59:42 +00:00
parent af42d485b4
commit 308a74d8bd
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
2001-08-01 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (command_loop_1): Fix spelling of
resize_echo_area_exactly.
* dispextern.h (resize_echo_area_exactly): Fix typo in function
name.
* xdisp.c (resize_echo_area_exactly): Fix typo in function name.
* xfns.c (x_set_tool_bar_lines): Clear the tool bar window's
current matrix when the window gets smaller.

View File

@ -6458,7 +6458,7 @@ display_echo_area_1 (a1, a2, a3, a4)
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 @@ resize_echo_area_axactly ()
/* 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. */