# HG changeset patch # User Richard M. Stallman # Date 720939628 0 # Node ID 2754d53edf5d857ba615023ebe1fdccb6ac2a50e # Parent da9a60e97e72c4124216267ff3adc5c0252c3944 (command-switch-alist, x-switch-definitions): -ib was used for two things. Use -itype for icon type. diff -r da9a60e97e72 -r 2754d53edf5d lisp/term/x-win.el --- a/lisp/term/x-win.el Thu Nov 05 04:28:10 1992 +0000 +++ b/lisp/term/x-win.el Thu Nov 05 05:00:28 1992 +0000 @@ -83,7 +83,7 @@ ("-bg" . x-handle-switch) ("-background". x-handle-switch) ("-ms" . x-handle-switch) - ("-ib" . x-handle-switch) + ("-itype" . x-handle-switch) ("-iconic" . x-handle-switch) ("-cr" . x-handle-switch) ("-vb" . x-handle-switch) @@ -106,7 +106,7 @@ ("-background" background-color) ("-ms" mouse-color) ("-cr" cursor-color) - ("-ib" icon-type t) + ("-itype" icon-type t) ("-iconic" iconic-startup t) ("-vb" vertical-scroll-bar t) ("-hb" horizontal-scroll-bar t)