1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 08:10:43 -08:00

(update_echo_area): New function.

This commit is contained in:
Richard M. Stallman 1994-09-25 17:43:58 +00:00
parent 778d47c737
commit 131f213390

View 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 ()
{