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:
parent
778d47c737
commit
131f213390
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue