]> git.eshelyaron.com Git - emacs.git/commit
Add :continue-only directive to bind-keys and use-package
authorPaul Nelson <ultrono@gmail.com>
Sat, 22 Feb 2025 22:12:41 +0000 (23:12 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 28 Feb 2025 11:18:41 +0000 (12:18 +0100)
commit30b25af3a73d76268d51e2a3726a4607c0cdcc27
treeb7f6e8cd17a829cec5681d50c529e1e39cae5ec9
parentc0f6c81384736c5c7fb22eae2592879c69d9487d
Add :continue-only directive to bind-keys and use-package

* lisp/bind-key.el (bind-keys-form): Add :continue-only binding.
Fix indentation.

* lisp/use-package/use-package-bind-key.el
(use-package-normalize-binder): Add check for :continue-only.

* test/lisp/repeat-tests.el (repeat-tests-bind-keys):
Enable (and correct) test for :continue-only (bug#74140).

(cherry picked from commit 85a9b916db126add5a5e2bf4b2b9531ab998cad4)
lisp/bind-key.el
lisp/use-package/use-package-bind-key.el
test/lisp/repeat-tests.el