diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-16 17:51:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-16 17:51:16 +0000 |
commit | 76d8cb227abdb2b63d56f9ed6365edaab5c3cfce (patch) | |
tree | 8486f04490aeedf9c7329b78bc415c2c7b3dc0aa /lisp/term/x-win.el | |
parent | b44b7ab002a5cd1bbec78ce66d45a750c5555e48 (diff) | |
download | emacs-76d8cb227abdb2b63d56f9ed6365edaab5c3cfce.tar.gz emacs-76d8cb227abdb2b63d56f9ed6365edaab5c3cfce.tar.bz2 emacs-76d8cb227abdb2b63d56f9ed6365edaab5c3cfce.zip |
(x-switch-definitions): Fix -iconic.
Diffstat (limited to 'lisp/term/x-win.el')
-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 ba9fee85cad..df496b673ec 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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) |