From: Gerd Moellmann Date: Wed, 26 Sep 2001 12:01:19 +0000 (+0000) Subject: (echo_kboard): Make externally visible. X-Git-Tag: emacs-21.1~159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f49aedfdf441b6df4e9c73180e7fd9dce3188053;p=emacs.git (echo_kboard): Make externally visible. --- diff --git a/src/keyboard.c b/src/keyboard.c index 76a6c15c157..c3847bf1451 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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. */