Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
131f2133
Commit
131f2133
authored
Sep 25, 1994
by
Richard M. Stallman
Browse files
(update_echo_area): New function.
parent
778d47c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/xdisp.c
src/xdisp.c
+6
-0
No files found.
src/xdisp.c
View file @
131f2133
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment