(update_echo_area): New function.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Sep 1994 17:43:58 +0000 (17:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Sep 1994 17:43:58 +0000 (17:43 +0000)
src/xdisp.c

index fedc962..09399a7 100644 (file)
@@ -348,6 +348,12 @@ message (m, a1, a2, a3)
     }
 }
 
+void
+update_echo_area ()
+{
+  message2 (echo_area_glyphs, echo_area_glyphs_length);
+}
+
 static void
 echo_area_display ()
 {