diff options
| author | Karl Heuer | 1995-02-04 01:46:56 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-02-04 01:46:56 +0000 |
| commit | 143e20ceb156a1ee51d59a2b75c99401c106d542 (patch) | |
| tree | b170e722cc74833f4b4b6fc41f9e1ee05f33f673 /src | |
| parent | a2b20856f93ddd447f7934afd1bd3515e36eccb5 (diff) | |
| download | emacs-143e20ceb156a1ee51d59a2b75c99401c106d542.tar.gz emacs-143e20ceb156a1ee51d59a2b75c99401c106d542.zip | |
(cmd_error): Cancel echoing here.
(command_loop_1): Not here.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 980194eb6bf..c9aec9d0779 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -710,6 +710,7 @@ cmd_error (data) | |||
| 710 | if (!current_perdisplay) | 710 | if (!current_perdisplay) |
| 711 | abort (); | 711 | abort (); |
| 712 | current_perdisplay->Vprefix_arg = Qnil; | 712 | current_perdisplay->Vprefix_arg = Qnil; |
| 713 | cancel_echoing (); | ||
| 713 | cmd_error_internal (data, 0); | 714 | cmd_error_internal (data, 0); |
| 714 | 715 | ||
| 715 | Vquit_flag = Qnil; | 716 | Vquit_flag = Qnil; |
| @@ -919,7 +920,6 @@ command_loop_1 () | |||
| 919 | 920 | ||
| 920 | Vdeactivate_mark = Qnil; | 921 | Vdeactivate_mark = Qnil; |
| 921 | waiting_for_input = 0; | 922 | waiting_for_input = 0; |
| 922 | cancel_echoing (); | ||
| 923 | 923 | ||
| 924 | nonundocount = 0; | 924 | nonundocount = 0; |
| 925 | no_redisplay = 0; | 925 | no_redisplay = 0; |