changeset 3756:ff9679293922

(x-switch-definitions): Fix -iconic.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Jun 1993 17:51:16 +0000
parents 217addf0f940
children 02c40620b4de
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 Jun 16 17:42:48 1993 +0000
+++ b/lisp/term/x-win.el	Wed Jun 16 17:51:16 1993 +0000
@@ -124,7 +124,7 @@
     ("-cr" cursor-color)
     ("-itype" icon-type t)
     ("-i" icon-type t)
-    ("-iconic" iconic-startup t)
+    ("-iconic" visibility icon)
     ("-vb" vertical-scroll-bars t)
     ("-hb" horizontal-scroll-bars t)
     ("-bd" border-color)