aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-06-22 02:17:02 +0300
committerJuri Linkov2020-06-22 02:17:02 +0300
commitba8370bc38ace70149f0af9a88fcdb35e33fe31e (patch)
treea778ca91057593484aef95be5ceba76a53363682 /etc
parenta1686c00d0e4550228673e9f2b95b7c1c0662be8 (diff)
downloademacs-ba8370bc38ace70149f0af9a88fcdb35e33fe31e.tar.gz
emacs-ba8370bc38ace70149f0af9a88fcdb35e33fe31e.zip
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'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5a46e7165e3..6bfecd68139 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -115,6 +115,14 @@ setting the variable 'auto-save-visited-mode' buffer-locally to nil.
115 115
116* Changes in Specialized Modes and Packages in Emacs 28.1 116* Changes in Specialized Modes and Packages in Emacs 28.1
117 117
118** Windows
119
120*** The key prefix 'C-x 4 4' displays next command buffer in a new window.
121
122** Frames
123
124*** The key prefix 'C-x 5 5' displays next command buffer in a new frame.
125
118** Tab Bars 126** Tab Bars
119 127
120*** The key prefix 'C-x t t' displays next command buffer in a new tab. 128*** The key prefix 'C-x t t' displays next command buffer in a new tab.