mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
(command_loop_1): Explicitly clear the echo area
with message2; don't just clear echo_area_glyphs. Don't set no_direct in that case.
This commit is contained in:
parent
a387611b1b
commit
e6aa7813ab
1 changed files with 4 additions and 2 deletions
|
|
@ -1116,8 +1116,10 @@ command_loop_1 ()
|
|||
Fsit_for (make_number (2), Qnil, Qnil);
|
||||
unbind_to (count, Qnil);
|
||||
|
||||
echo_area_glyphs = 0;
|
||||
no_direct = 1;
|
||||
/* Clear the echo area. */
|
||||
message2 (0);
|
||||
|
||||
/* If a C-g came in before, treat it as input now. */
|
||||
if (!NILP (Vquit_flag))
|
||||
{
|
||||
Vquit_flag = Qnil;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue