aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-26 12:01:19 +0000
committerGerd Moellmann2001-09-26 12:01:19 +0000
commitf49aedfdf441b6df4e9c73180e7fd9dce3188053 (patch)
tree510bc171e06f78b988fb988109b2ee14117cfcbd /src
parent417750de1cb8841ac533435e0c27d862fc9f97e2 (diff)
downloademacs-f49aedfdf441b6df4e9c73180e7fd9dce3188053.tar.gz
emacs-f49aedfdf441b6df4e9c73180e7fd9dce3188053.zip
(echo_kboard): Make externally visible.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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;
224 exists, and echo_message_buffer is eq to the current message 224 exists, and echo_message_buffer is eq to the current message
225 buffer, we know that the message comes from echo_kboard. */ 225 buffer, we know that the message comes from echo_kboard. */
226 226
227static struct kboard *echo_kboard; 227struct kboard *echo_kboard;
228 228
229/* The buffer used for echoing. Set in echo_now, reset in 229/* The buffer used for echoing. Set in echo_now, reset in
230 cancel_echoing. */ 230 cancel_echoing. */