mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(iconify-or-deiconify-frame): Make it work.
This commit is contained in:
parent
2d7bfcc3ed
commit
8a96eef3f3
1 changed files with 3 additions and 1 deletions
|
|
@ -464,7 +464,9 @@ This returns ARGS with the arguments that have been processed removed."
|
|||
(interactive)
|
||||
(if (eq (cdr (assq 'visibility (frame-parameters))) t)
|
||||
(iconify-frame)
|
||||
(make-frame-visible)))
|
||||
(let ((foo (selected-frame)))
|
||||
(make-frame-invisible foo)
|
||||
(make-frame-visible foo))))
|
||||
|
||||
(substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame
|
||||
global-map)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue