diff options
| author | Karl Heuer | 1994-03-02 04:42:38 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-02 04:42:38 +0000 |
| commit | 2bd866cdc65aace6afefe78bcf6dde48eb1ef8a0 (patch) | |
| tree | 7679bd6860471e28d103507a282f3fed6a1fc8a8 /lisp/term | |
| parent | fdc1827fdb9bec87fca8bb8cd17e1a3aa9c63518 (diff) | |
| download | emacs-2bd866cdc65aace6afefe78bcf6dde48eb1ef8a0.tar.gz emacs-2bd866cdc65aace6afefe78bcf6dde48eb1ef8a0.zip | |
(iconify-or-deiconify-frame): Force temporary invisibility even if this is the
only frame.
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 7361decaf7f..1c285de25f8 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -465,7 +465,7 @@ This returns ARGS with the arguments that have been processed removed." | |||
| 465 | (if (eq (cdr (assq 'visibility (frame-parameters))) t) | 465 | (if (eq (cdr (assq 'visibility (frame-parameters))) t) |
| 466 | (iconify-frame) | 466 | (iconify-frame) |
| 467 | (let ((foo (selected-frame))) | 467 | (let ((foo (selected-frame))) |
| 468 | (make-frame-invisible foo) | 468 | (make-frame-invisible foo t) |
| 469 | (make-frame-visible foo)))) | 469 | (make-frame-visible foo)))) |
| 470 | 470 | ||
| 471 | (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame | 471 | (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame |