]> git.eshelyaron.com Git - emacs.git/commit
Rename the property 'repeat-continue-only' to 'repeat-continue'
authorJuri Linkov <juri@linkov.net>
Tue, 17 Dec 2024 18:58:09 +0000 (20:58 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:12:13 +0000 (16:12 +0100)
commitb38aeac3eccfa896a8ae57b54a6e41ead8eb2fe7
treeb225e2c3f34cdc9a303b7cd5d21802b7c822bda5
parent921122b6fd2bacdf0248d71bc8871731e5ca87cb
Rename the property 'repeat-continue-only' to 'repeat-continue'

* doc/lispref/keymaps.texi (Creating Keymaps):
* lisp/keymap.el (defvar-keymap):
* lisp/repeat.el (repeat-get-map, describe-repeat-maps):
* test/lisp/repeat-tests.el (repeat-tests-another-repeat-map)
(repeat-tests-repeat-map): Replace 'repeat-continue-only'
with 'repeat-continue' (bug#74140).

(cherry picked from commit 69facd33a80bee3f49b0518e75e8ec570978334c)
doc/lispref/keymaps.texi
etc/NEWS
lisp/keymap.el
lisp/repeat.el
test/lisp/repeat-tests.el