]> git.eshelyaron.com Git - emacs.git/commit
Don't output spurious prefixes in read-char-exclusive
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jan 2022 17:17:10 +0000 (18:17 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jan 2022 17:19:38 +0000 (18:19 +0100)
commit701ec0bda2b15fc97af6ca68fb842fb1ec9aac35
treec0f9133d07123c700707ac46ac0fa5fec5eb65a7
parent7e653ee73f98ab2ad2061f211d3d57be805d7231
Don't output spurious prefixes in read-char-exclusive

* src/keyboard.c (read_char): Don't touch the echo area if
Vecho_keystrokes is nil.
* src/lread.c (read_filtered_event): Bind echo_keystrokes to nil
to avoid outputting prefixes we're not going to act on anyway
(bug#19718).
src/keyboard.c
src/lread.c