changeset 1547:2754d53edf5d

(command-switch-alist, x-switch-definitions): -ib was used for two things. Use -itype for icon type.
author Richard M. Stallman <rms@gnu.org>
date Thu, 05 Nov 1992 05:00:28 +0000
parents da9a60e97e72
children cbed5e520f81
files lisp/term/x-win.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)