]> git.eshelyaron.com Git - emacs.git/commit
New commands other-window-prefix (C-x 4 4) and other-frame-prefix (C-x 5 5)
authorJuri Linkov <juri@linkov.net>
Sun, 21 Jun 2020 23:17:02 +0000 (02:17 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 21 Jun 2020 23:17:02 +0000 (02:17 +0300)
commitba8370bc38ace70149f0af9a88fcdb35e33fe31e
treea778ca91057593484aef95be5ceba76a53363682
parenta1686c00d0e4550228673e9f2b95b7c1c0662be8
New commands other-window-prefix (C-x 4 4) and other-frame-prefix (C-x 5 5)

* lisp/window.el (other-window-prefix, same-window-prefix): New commands.
(ctl-x-4-map): Bind 'C-x 4 4' to 'other-window-prefix'.  (Bug#41691)

* lisp/frame.el (other-frame-prefix): New command.
(ctl-x-5-map): Bind 'C-x 5 5' to 'other-frame-prefix'.
etc/NEWS
lisp/frame.el
lisp/window.el