]> git.eshelyaron.com Git - emacs.git/commit
Display commands with repeat-continue-only in describe-repeat-maps
authorJuri Linkov <juri@linkov.net>
Tue, 17 Dec 2024 18:51:03 +0000 (20:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:12:07 +0000 (16:12 +0100)
commit921122b6fd2bacdf0248d71bc8871731e5ca87cb
tree9f0cc1dc3d7eda2314559cdf6b117f8c371515c1
parent2de2d3258f1c7b31c6f072132b67d185419ca112
Display commands with repeat-continue-only in describe-repeat-maps

* lisp/repeat.el (describe-repeat-maps): Display commands with the
property 'repeat-continue-only' used to continue the currently
active repeat-map (bug#74140).  Also use 'cl--map-keymap-recursively'
instead of 'map-keymap' to find more deep keybindings.

(cherry picked from commit f025c9df48f8ad5f1cb13c9adac2fc1fbeb81b79)
lisp/repeat.el