# HG changeset patch # User Gerd Moellmann # Date 996666897 0 # Node ID 30acd3a347234251afe0cb18802bf80f24c2237b # Parent 61636b8db232a17de992daac2cd47020096b9b95 (resize_echo_area_exactly): Fix typo in function name. diff -r 61636b8db232 -r 30acd3a34723 src/dispextern.h --- a/src/dispextern.h Wed Aug 01 11:54:33 2001 +0000 +++ b/src/dispextern.h Wed Aug 01 11:54:57 2001 +0000 @@ -2156,7 +2156,7 @@ 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 *));