From: Gerd Moellmann Date: Wed, 1 Aug 2001 11:59:42 +0000 (+0000) Subject: (resize_echo_area_exactly): Fix typo in function name. X-Git-Tag: emacs-pretest-21.0.105~332 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=308a74d8bdbc608748114c5fa35b2bc1f13a663d;p=emacs.git (resize_echo_area_exactly): Fix typo in function name. --- diff --git a/src/ChangeLog b/src/ChangeLog index 11c70d99957..0fa5c980ad1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2001-08-01 Gerd Moellmann + * 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. diff --git a/src/xdisp.c b/src/xdisp.c index fae6aa5d440..91b2a5e8a6d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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. */