changeset 39452:68c925e471a4

(echo_kboard): Make externally visible.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 26 Sep 2001 12:01:19 +0000
parents f9d098bd1299
children 6e2cada77836
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Wed Sep 26 12:00:56 2001 +0000
+++ b/src/keyboard.c	Wed Sep 26 12:01:19 2001 +0000
@@ -224,7 +224,7 @@
    exists, and echo_message_buffer is eq to the current message
    buffer, we know that the message comes from echo_kboard.  */
 
-static struct kboard *echo_kboard;
+struct kboard *echo_kboard;
 
 /* The buffer used for echoing.  Set in echo_now, reset in
    cancel_echoing.  */