]> git.eshelyaron.com Git - emacs.git/commit
Add :set attribute to winner-dont-bind-my-keys
authorStefan Kangas <stefankangas@gmail.com>
Fri, 14 Mar 2025 22:22:11 +0000 (23:22 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 17:12:28 +0000 (18:12 +0100)
commit359c42fa92228ea94308be9a2b11849f83bb6e3b
treed0aa22444e09fd55f5da753564dcfbd57a73bd7c
parentd87bf1c440939c99d25c97f3d51fa9ed068d8740
Add :set attribute to winner-dont-bind-my-keys

* lisp/winner.el (winner--set-dont-bind-my-keys): New function.
(winner-dont-bind-my-keys): Allow setting with setopt.
(winner-mode-map): Use defvar-keymap.
* test/lisp/winner-tests.el: New file.

(cherry picked from commit 33cc5427cbec224d55fac9d76b7c2978fdd5034b)
lisp/winner.el
test/lisp/winner-tests.el [new file with mode: 0644]