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