diff options
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 a768c9bb409..020c8859941 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2597,7 +2597,7 @@ read_char (int commandflag, Lisp_Object map, | |||
| 2597 | if (/* There currently is something in the echo area. */ | 2597 | if (/* There currently is something in the echo area. */ |
| 2598 | !NILP (echo_area_buffer[0]) | 2598 | !NILP (echo_area_buffer[0]) |
| 2599 | && (/* It's an echo from a different kboard. */ | 2599 | && (/* It's an echo from a different kboard. */ |
| 2600 | || echo_kboard != current_kboard | 2600 | echo_kboard != current_kboard |
| 2601 | /* Or we explicitly allow overwriting whatever there is. */ | 2601 | /* Or we explicitly allow overwriting whatever there is. */ |
| 2602 | || ok_to_echo_at_next_pause == NULL)) | 2602 | || ok_to_echo_at_next_pause == NULL)) |
| 2603 | cancel_echoing (); | 2603 | cancel_echoing (); |