aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-25 17:43:58 +0000
committerRichard M. Stallman1994-09-25 17:43:58 +0000
commit131f213390e3f4bfccd3ff01f39499cfa9bcdbe2 (patch)
tree57cadeab9c3b6628373c7b3f8a7dfb8a9494aeab
parent778d47c737a2ed17f2a76ba6c7c41e59d4643c61 (diff)
downloademacs-131f213390e3f4bfccd3ff01f39499cfa9bcdbe2.tar.gz
emacs-131f213390e3f4bfccd3ff01f39499cfa9bcdbe2.zip
(update_echo_area): New function.
-rw-r--r--src/xdisp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index fedc9628e89..09399a75ef6 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -348,6 +348,12 @@ message (m, a1, a2, a3)
348 } 348 }
349} 349}
350 350
351void
352update_echo_area ()
353{
354 message2 (echo_area_glyphs, echo_area_glyphs_length);
355}
356
351static void 357static void
352echo_area_display () 358echo_area_display ()
353{ 359{