]> git.eshelyaron.com Git - emacs.git/commit
* lisp/repeat.el (repeat-keep-prefix): New defcustom.
authorJuri Linkov <juri@linkov.net>
Mon, 5 Apr 2021 21:02:43 +0000 (00:02 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 5 Apr 2021 21:02:43 +0000 (00:02 +0300)
commit15de559d98b1b19733bacf0c39716d5ebabe6dfa
tree66f04ebe3f46032eca625139b2554057a7886bd1
parent9c51a9d00007902232865e6e6265cdd0d7075ae8
* lisp/repeat.el (repeat-keep-prefix): New defcustom.

* lisp/repeat.el (repeat-map): New autoloaded global variable.
(repeat-post-hook): Use 'repeat-map' when non-nil
and reset it to nil afterwards.
(repeat-post-hook): Keep the current prefix when
'repeat-keep-prefix' is non-nil.

* lisp/window.el (other-window-repeat-map): Add "O" that sets
'repeat-map' to 'other-window-repeat-map' before calling
'(other-window -1)'.

https://lists.gnu.org/archive/html/emacs-devel/2021-03/msg01387.html
etc/NEWS
lisp/repeat.el
lisp/window.el