1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00: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 ()
{