changeset 3070:08003ba2ac71

* x-win.el (command-switch-alist, x-switch-definitions): Treat `-i' like `-itype', as in Emacs 18.
author Jim Blandy <jimb@redhat.com>
date Tue, 25 May 1993 13:17:52 +0000
parents 93ff3c50bd1d
children 68de05fb5751
files lisp/term/x-win.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/x-win.el	Tue May 25 13:03:47 1993 +0000
+++ b/lisp/term/x-win.el	Tue May 25 13:17:52 1993 +0000
@@ -53,6 +53,8 @@
 ;; -font		*font
 ;; -foreground		*foreground
 ;; -geometry		.geometry
+;; -i			.iconType
+;; -itype		.iconType
 ;; -iconic		.iconic
 ;; -name		.name
 ;; -reverse		*reverseVideo
@@ -94,6 +96,7 @@
 		("-background".	x-handle-switch)
 		("-ms" .	x-handle-switch)
 		("-itype" .	x-handle-switch)
+		("-i" 	.	x-handle-switch)
 		("-iconic" .	x-handle-switch)
 		("-cr" .	x-handle-switch)
 		("-vb" .	x-handle-switch)
@@ -117,6 +120,7 @@
     ("-ms" mouse-color)
     ("-cr" cursor-color)
     ("-itype" icon-type t)
+    ("-i" icon-type t)
     ("-iconic" iconic-startup t)
     ("-vb" vertical-scroll-bars t)
     ("-hb" horizontal-scroll-bars t)