comparison lisp/term/x-win.el @ 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 32c1cb0149b3
children 63c51f1e885b
comparison
equal deleted inserted replaced
3069:93ff3c50bd1d 3070:08003ba2ac71
51 ;; -fg *foreground 51 ;; -fg *foreground
52 ;; -fn *font 52 ;; -fn *font
53 ;; -font *font 53 ;; -font *font
54 ;; -foreground *foreground 54 ;; -foreground *foreground
55 ;; -geometry .geometry 55 ;; -geometry .geometry
56 ;; -i .iconType
57 ;; -itype .iconType
56 ;; -iconic .iconic 58 ;; -iconic .iconic
57 ;; -name .name 59 ;; -name .name
58 ;; -reverse *reverseVideo 60 ;; -reverse *reverseVideo
59 ;; -rv *reverseVideo 61 ;; -rv *reverseVideo
60 ;; -selectionTimeout .selectionTimeout 62 ;; -selectionTimeout .selectionTimeout
92 ("-foreground". x-handle-switch) 94 ("-foreground". x-handle-switch)
93 ("-bg" . x-handle-switch) 95 ("-bg" . x-handle-switch)
94 ("-background". x-handle-switch) 96 ("-background". x-handle-switch)
95 ("-ms" . x-handle-switch) 97 ("-ms" . x-handle-switch)
96 ("-itype" . x-handle-switch) 98 ("-itype" . x-handle-switch)
99 ("-i" . x-handle-switch)
97 ("-iconic" . x-handle-switch) 100 ("-iconic" . x-handle-switch)
98 ("-cr" . x-handle-switch) 101 ("-cr" . x-handle-switch)
99 ("-vb" . x-handle-switch) 102 ("-vb" . x-handle-switch)
100 ("-hb" . x-handle-switch) 103 ("-hb" . x-handle-switch)
101 ("-bd" . x-handle-switch)) 104 ("-bd" . x-handle-switch))
115 ("-bg" background-color) 118 ("-bg" background-color)
116 ("-background" background-color) 119 ("-background" background-color)
117 ("-ms" mouse-color) 120 ("-ms" mouse-color)
118 ("-cr" cursor-color) 121 ("-cr" cursor-color)
119 ("-itype" icon-type t) 122 ("-itype" icon-type t)
123 ("-i" icon-type t)
120 ("-iconic" iconic-startup t) 124 ("-iconic" iconic-startup t)
121 ("-vb" vertical-scroll-bars t) 125 ("-vb" vertical-scroll-bars t)
122 ("-hb" horizontal-scroll-bars t) 126 ("-hb" horizontal-scroll-bars t)
123 ("-bd" border-color) 127 ("-bd" border-color)
124 ("-bw" border-width))) 128 ("-bw" border-width)))