changeset 37189:90b4f51bd28b

(echoing, echo_message_buffer): Make externally visible.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 04 Apr 2001 14:04:38 +0000
parents da91f955f74c
children 88ff4aa7aa81
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;