# HG changeset patch # User Karl Heuer # Date 791862416 0 # Node ID eff2463ce489e7d59a52d545b2a2afbfe48e783b # Parent a8569200e5179c4a19c377a186a11bca51ce9b1c (cmd_error): Cancel echoing here. (command_loop_1): Not here. diff -r a8569200e517 -r eff2463ce489 src/keyboard.c --- a/src/keyboard.c Sat Feb 04 01:31:01 1995 +0000 +++ b/src/keyboard.c Sat Feb 04 01:46:56 1995 +0000 @@ -710,6 +710,7 @@ if (!current_perdisplay) abort (); current_perdisplay->Vprefix_arg = Qnil; + cancel_echoing (); cmd_error_internal (data, 0); Vquit_flag = Qnil; @@ -919,7 +920,6 @@ Vdeactivate_mark = Qnil; waiting_for_input = 0; - cancel_echoing (); nonundocount = 0; no_redisplay = 0;