]> git.eshelyaron.com Git - emacs.git/commit
Make `view-lossage' output of chars read from `read-char' more logical
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 5 Aug 2019 10:43:09 +0000 (12:43 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 5 Aug 2019 10:43:17 +0000 (12:43 +0200)
commit1abf76877847226daa5ab7e07000ac1d4aba3478
tree26f3a04bcb8d2e8fa085b4a528ff77443df727b0
parentf1f6f20ca0a3e3190defa79bcfcc59eb6aa3b4dc
Make `view-lossage' output of chars read from `read-char' more logical

* lisp/help.el (view-lossage): Use the new data format to output
data from `read-char' and the like in a more understandable
fashion (bug#21867).

* src/keyboard.c (command_loop_1): Record (in recent_keys) the end
of commands.
(Frecent_keys): Don't include `end-of-command' in non-command outputs.
(syms_of_keyboard): Define `end-of-command'.
lisp/help.el
src/keyboard.c