diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index eefc033530a..7d6a2b00860 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -8874,6 +8874,7 @@ read_key_sequence (Lisp_Object *keybuf, int bufsize, Lisp_Object prompt, | |||
| 8874 | of echoing, so that it serves as a prompt for the next | 8874 | of echoing, so that it serves as a prompt for the next |
| 8875 | character. */ | 8875 | character. */ |
| 8876 | kset_echo_prompt (current_kboard, prompt); | 8876 | kset_echo_prompt (current_kboard, prompt); |
| 8877 | current_kboard->immediate_echo = false; | ||
| 8877 | echo_now (); | 8878 | echo_now (); |
| 8878 | } | 8879 | } |
| 8879 | else if (cursor_in_echo_area | 8880 | else if (cursor_in_echo_area |