# HG changeset patch # User Gerd Moellmann # Date 986393078 0 # Node ID 90b4f51bd28bedb834be41eb42ce68020ecabcac # Parent da91f955f74cf9a6a3e312117461786b0920846a (echoing, echo_message_buffer): Make externally visible. diff -r da91f955f74c -r 90b4f51bd28b src/keyboard.c --- a/src/keyboard.c Wed Apr 04 14:04:01 2001 +0000 +++ b/src/keyboard.c Wed Apr 04 14:04:38 2001 +0000 @@ -202,7 +202,7 @@ /* True while displaying for echoing. Delays C-g throwing. */ -static int echoing; +int echoing; /* Non-null means we can start echoing at the next input pause even though there is something in the echo area. */ @@ -219,7 +219,7 @@ /* The buffer used for echoing. Set in echo_now, reset in cancel_echoing. */ -static Lisp_Object echo_message_buffer; +Lisp_Object echo_message_buffer; /* Nonzero means disregard local maps for the menu bar. */ static int inhibit_local_menu_bar_menus;