]> git.eshelyaron.com Git - emacs.git/commit
bind-key-form: allow :continue keyword inside repeat map
authorHugo Heagren <hugo@heagren.com>
Thu, 20 Jan 2022 10:59:37 +0000 (10:59 +0000)
committerHugo Heagren <hugo@heagren.com>
Fri, 28 Jan 2022 22:37:37 +0000 (22:37 +0000)
commitc4bd2aa3b8094135c34c86893790f051cb5e1457
tree2e87e971240373a60379285b9fb67fb66bc5334e
parent5ef327ce9fc1397cdbbde8936eca37ae6383d787
bind-key-form: allow :continue keyword inside repeat map

Purely syntactic sugar, using :continue is the same as not using any
keyword inside :repeat-map at all.

Amend end of function to pass repeat-map value onto next invocation in
recursive uses. This allows for the same repeat map to be used for
:exit and :continue.
lisp/use-package/bind-key.el
lisp/use-package/use-package-bind-key.el