* src/keyboard.c (read_key_sequence): Complete last fix (bug#21403)
This commit is contained in:
parent
caf4a01926
commit
56b86e5030
1 changed files with 1 additions and 0 deletions
|
@ -8874,6 +8874,7 @@ read_key_sequence (Lisp_Object *keybuf, int bufsize, Lisp_Object prompt,
|
|||
of echoing, so that it serves as a prompt for the next
|
||||
character. */
|
||||
kset_echo_prompt (current_kboard, prompt);
|
||||
current_kboard->immediate_echo = false;
|
||||
echo_now ();
|
||||
}
|
||||
else if (cursor_in_echo_area
|
||||
|
|
Loading…
Add table
Reference in a new issue