1
Fork 0
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:
Richard M. Stallman 1996-02-25 20:44:09 +00:00
parent a387611b1b
commit e6aa7813ab

View file

@ -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;