Mercurial > emacs
changeset 10656:eff2463ce489
(cmd_error): Cancel echoing here.
(command_loop_1): Not here.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 04 Feb 1995 01:46:56 +0000 |
parents | a8569200e517 |
children | 7f03dad5feb6 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;