diff options
| author | Stefan Monnier | 2021-04-12 12:32:07 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2021-04-12 12:32:58 -0400 |
| commit | 9a6523dfd68a17ebf7049d2aae3fd02386d7cb04 (patch) | |
| tree | b042b7727c523750edba190343a001d8fe03b881 /etc | |
| parent | ed4b51962ea5494b92e0d078916558cab27a836a (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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'. |
| 280 | This new command, bound to 'M-S-x', works like | 283 | This 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 |