changeset 6137:4c5eab6de8f9

(iconify-or-deiconify-frame): Force temporary invisibility even if this is the only frame.
author Karl Heuer <kwzh@gnu.org>
date Wed, 02 Mar 1994 04:42:38 +0000
parents 74f4a8947d57
children 1642e3f231d0
files lisp/term/x-win.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/x-win.el	Wed Mar 02 04:23:49 1994 +0000
+++ b/lisp/term/x-win.el	Wed Mar 02 04:42:38 1994 +0000
@@ -465,7 +465,7 @@
   (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