From: Karl Heuer Date: Wed, 2 Mar 1994 04:42:38 +0000 (+0000) Subject: (iconify-or-deiconify-frame): Force temporary invisibility even if this is the X-Git-Tag: emacs-19.34~9715 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2bd866cdc65aace6afefe78bcf6dde48eb1ef8a0;p=emacs.git (iconify-or-deiconify-frame): Force temporary invisibility even if this is the only frame. --- 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." (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