]> git.eshelyaron.com Git - emacs.git/commit
User option to select 'no-other-window' with windmove (bug#48916)
authorpillule <pillule@riseup.net>
Tue, 15 Jun 2021 23:23:13 +0000 (02:23 +0300)
committerJuri Linkov <juri@linkov.net>
Tue, 15 Jun 2021 23:23:13 +0000 (02:23 +0300)
commit0367d17482804cd4a47d6fcf0201cdded7fc88dc
treef42b5090723a38fcab0643404f067c6a6e5c7a2e
parenta8721a333d5cf9080406bd4d9f723bda7a4a8402
User option to select 'no-other-window' with windmove (bug#48916)

* lisp/windmove.el (windmove-wrap-around): Remove superfluous :group tag.
(windmove-create-window): Remove superfluous :group tag.
(windmove-window-distance-delta): Remove superfluous :group tag.
(windmove-allow-all-windows): Add new user option to allow the commands
of windmove to target windows with the 'no-other-window parameter.
(windmove-find-other-window): Use windmove-allow-all-windows.
(windmove-display-no-select): Remove superfluous :group tag.
(windmove-display-in-direction): Use windmove-allow-all-windows.
(windmove-delete-in-direction): Use windmove-allow-all-windows.
(windmove-swap-states-in-direction): Use windmove-allow-all-windows.
(windmove-default-keybindings): Remove superfluous :group tag.
(windmove-display-default-keybindings): Remove superfluous :group tag.
(windmove-delete-default-keybindings): Remove superfluous :group tag.
(windmove-swap-states-default-keybindings): Remove superfluous :group tag.
lisp/windmove.el