summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-04-04 14:04:38 +0000
committerGerd Moellmann <gerd@gnu.org>2001-04-04 14:04:38 +0000
commitc843d6c65b9502ee926cce5ac66023366249909e (patch)
tree206e583c5868eb9736a4b5747f2b94312b1138e1
parent54cd1651f3ae119740f5f1c0ebff0657a29a6464 (diff)
downloademacs-c843d6c65b9502ee926cce5ac66023366249909e.tar.gz
(echoing, echo_message_buffer): Make externally
visible.
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 3b774ea2753..1d984be4fcc 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -202,7 +202,7 @@ int waiting_for_input;
/* 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 @@ static struct kboard *echo_kboard;
/* 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;