]> git.eshelyaron.com Git - emacs.git/commit
* lisp/repeat.el (repeat-post-hook): Fix key lookup.
authorJuri Linkov <juri@linkov.net>
Mon, 5 Apr 2021 20:46:35 +0000 (23:46 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 5 Apr 2021 20:46:35 +0000 (23:46 +0300)
commit9c51a9d00007902232865e6e6265cdd0d7075ae8
treebd80acfa45f10ad2d37511b986e7b3a47b2decb8
parent14d295871a93c37a33d558ec4e8d49a93b787d8e
* lisp/repeat.el (repeat-post-hook): Fix key lookup.

* lisp/repeat.el (repeat-post-hook): Rename let-bound repeat-map to rep-map.
Define let-bound prefix-command-p.  Use lookup-key with
this-single-command-keys instead of last-command-event.
Don't show message when typing prefix keys.
https://lists.gnu.org/archive/html/emacs-devel/2021-04/msg00083.html
lisp/repeat.el