(command-switch-alist, x-switch-definitions):
authorRichard M. Stallman <rms@gnu.org>
Thu, 5 Nov 1992 05:00:28 +0000 (05:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 5 Nov 1992 05:00:28 +0000 (05:00 +0000)
-ib was used for two things.  Use -itype for icon type.

lisp/term/x-win.el

index d570e48..aafaa52 100644 (file)
@@ -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)
     ("-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)