]> git.eshelyaron.com Git - emacs.git/commit
Support hints in the :repeat keyword of defvar-keymap for repeat-mode
authorJuri Linkov <juri@linkov.net>
Thu, 2 May 2024 06:46:48 +0000 (09:46 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:33:11 +0000 (18:33 +0200)
commit463489624170201fc82ebb9e74f892400684ab35
tree47da76a5f8652a85b97371072568932f18450d3c
parent419bc4a3a48bd84f4b3611571541b83baeafaebd
Support hints in the :repeat keyword of defvar-keymap for repeat-mode

* lisp/keymap.el (defvar-keymap): Add :hints to the :repeat keyword.
Put the property 'repeat-hint' on the command symbol.

* lisp/repeat.el (repeat-echo-message-string): Show hint strings
defined with the property 'repeat-hint' on the command symbol (bug#70576).

(cherry picked from commit 0023891e84285c2ea2a8029f479135f792c9d1e9)
etc/NEWS
lisp/keymap.el
lisp/repeat.el