From af42d485b476c420b985977345196faaa0dbebc5 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 1 Aug 2001 11:54:57 +0000 Subject: [PATCH] (resize_echo_area_exactly): Fix typo in function name. --- src/dispextern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispextern.h b/src/dispextern.h index 95f3b2731c2..6cd033745d4 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2156,7 +2156,7 @@ extern int tool_bar_button_relief; int string_buffer_position P_ ((struct window *, Lisp_Object, int)); int line_bottom_y P_ ((struct it *)); int display_prop_intangible_p P_ ((Lisp_Object)); -void resize_echo_area_axactly P_ ((void)); +void resize_echo_area_exactly P_ ((void)); int resize_mini_window P_ ((struct window *, int)); int try_window P_ ((Lisp_Object, struct text_pos)); void window_box P_ ((struct window *, int, int *, int *, int *, int *)); -- 2.39.2