aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2021-04-12 12:32:07 -0400
committerStefan Monnier2021-04-12 12:32:58 -0400
commit9a6523dfd68a17ebf7049d2aae3fd02386d7cb04 (patch)
treeb042b7727c523750edba190343a001d8fe03b881 /etc
parented4b51962ea5494b92e0d078916558cab27a836a (diff)
downloademacs-9a6523dfd68a17ebf7049d2aae3fd02386d7cb04.tar.gz
emacs-9a6523dfd68a17ebf7049d2aae3fd02386d7cb04.zip
* lisp/frame.el (delete-other-frames): Add universal prefix `iconify` arg
(frame--current-backround-mode): New function, extracted from `frame-set-background-mode`. Use `color-dark-p`. (frame-set-background-mode): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 88583d952ff..320827d881e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -276,6 +276,9 @@ input using the minibuffer.
276* Editing Changes in Emacs 28.1 276* Editing Changes in Emacs 28.1
277 277
278+++ 278+++
279** A prefix arg now causes 'delete-other-frames' to only iconify frames
280
281+++
279** New command 'execute-extended-command-for-buffer'. 282** New command 'execute-extended-command-for-buffer'.
280This new command, bound to 'M-S-x', works like 283This new command, bound to 'M-S-x', works like
281'execute-extended-command', but limits the set of commands to the 284'execute-extended-command', but limits the set of commands to the