]> git.eshelyaron.com Git - emacs.git/commitdiff
(echo_kboard): Make externally visible.
authorGerd Moellmann <gerd@gnu.org>
Wed, 26 Sep 2001 12:01:19 +0000 (12:01 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 26 Sep 2001 12:01:19 +0000 (12:01 +0000)
src/keyboard.c

index 76a6c15c15755d6db0f227b75d3281e82187a26a..c3847bf1451c8a53d5f49f9598ddf85140372306 100644 (file)
@@ -224,7 +224,7 @@ static struct kboard *ok_to_echo_at_next_pause;
    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.  */