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:
parent
778d47c737
commit
131f213390
@ -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 ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user