]> git.eshelyaron.com Git - emacs.git/commit
bind-key-form: allow :exit keyword inside repeat map
authorHugo Heagren <hugo@heagren.com>
Mon, 17 Jan 2022 15:41:35 +0000 (15:41 +0000)
committerHugo Heagren <hugo@heagren.com>
Fri, 28 Jan 2022 22:37:37 +0000 (22:37 +0000)
commit5ef327ce9fc1397cdbbde8936eca37ae6383d787
treeda97916967981cb594990ec69ad0d8f7ccc7ba81
parent2203246454fddd41e0a62e78b17befce561998b9
bind-key-form: allow :exit keyword inside repeat map

Keys bound inside the scope of :exit are bound inside the repeat map,
but do not have their repeat-map property set (so they run a function,
but 'exit' the map).
lisp/use-package/bind-key.el
lisp/use-package/use-package-bind-key.el