diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-09-07 13:27:50 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-09-07 13:27:50 -0400 |
| commit | 56b86e503073e648dd2505dd47b0a01b08557325 (patch) | |
| tree | fb5b731ccc84f6e347eb8547de964dbcf8cef55a | |
| parent | caf4a0192621f49b677ad05fe86e358020a88b7e (diff) | |
| download | emacs-56b86e503073e648dd2505dd47b0a01b08557325.tar.gz | |
* src/keyboard.c (read_key_sequence): Complete last fix (bug#21403)
| -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, 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 |
