]> git.eshelyaron.com Git - emacs.git/commit
Add command symbol property 'repeat-continue-only' for 'repeat-mode'
authorJuri Linkov <juri@linkov.net>
Wed, 27 Nov 2024 07:45:19 +0000 (09:45 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 27 Nov 2024 19:57:13 +0000 (20:57 +0100)
commit954968a80749457c62bdf37515f9397c92d3022e
tree523917426607b6e9012d1c95b827a711dd81a0ac
parent3078eb0c5bc5ffa7cb28663c8cc396f5257be908
Add command symbol property 'repeat-continue-only' for 'repeat-mode'

* lisp/repeat.el: (repeat-post-hook): Ignore commands
with 'repeat-continue-only' symbol property
when repeat was not in progress (bug#74140).

* test/lisp/repeat-tests.el (repeat-tests-continue-only): New test.
(repeat-tests-bind-keys): Prepare for :continue-only.

(cherry picked from commit 64c289590b56ea08d646b74f1a4b5de0a1faa2e2)
etc/NEWS
lisp/repeat.el
test/lisp/repeat-tests.el