mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 22:20:52 -08:00
(iconify-or-deiconify-frame): Force temporary invisibility even if this is the
only frame.
This commit is contained in:
parent
fdc1827fdb
commit
2bd866cdc6
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ This returns ARGS with the arguments that have been processed removed."
|
|||
(if (eq (cdr (assq 'visibility (frame-parameters))) t)
|
||||
(iconify-frame)
|
||||
(let ((foo (selected-frame)))
|
||||
(make-frame-invisible foo)
|
||||
(make-frame-invisible foo t)
|
||||
(make-frame-visible foo))))
|
||||
|
||||
(substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue