]> git.eshelyaron.com Git - emacs.git/commit
Improve repeat-mode to correctly show multi-key sequences as echo
authorJuri Linkov <juri@linkov.net>
Tue, 14 Jan 2025 19:48:53 +0000 (21:48 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 17 Jan 2025 11:34:38 +0000 (12:34 +0100)
commit63c5b2070ff781313439adfc0ab4f1ecb8ebe3d8
tree9d2ac1f540c6462b7780f86f109ab0acd5990175
parentc8161fda6409d459aeabd8db6128f5ca5d09e129
Improve repeat-mode to correctly show multi-key sequences as echo

* lisp/repeat.el (repeat-echo-message-string):
Use 'cl--map-keymap-recursively' that iterates over
complete key sequences.  Also it returns key vectors,
so don't need to use 'vector'.

(cherry picked from commit 2e937dc2b5ad7a87a099df3f014795e88df5cba9)
lisp/repeat.el