comparison lisp/startup.el @ 15537:92107cc54a5f

(command-line-x-option-alist): Don't handle -rn. x-handle-name-rn-switch renamed to x-handle-name-switch.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Jun 1996 07:58:29 +0000
parents fd48987ee591
children f898a38206ab
comparison
equal deleted inserted replaced
15536:fb218a8bd186 15537:92107cc54a5f
161 ;;; options when we are not using X. 161 ;;; options when we are not using X.
162 (defvar command-line-x-option-alist 162 (defvar command-line-x-option-alist
163 '(("-bw" 1 x-handle-numeric-switch border-width) 163 '(("-bw" 1 x-handle-numeric-switch border-width)
164 ("-d" 1 x-handle-display) 164 ("-d" 1 x-handle-display)
165 ("-display" 1 x-handle-display) 165 ("-display" 1 x-handle-display)
166 ("-name" 1 x-handle-name-rn-switch) 166 ("-name" 1 x-handle-name-switch)
167 ("-rn" 1 x-handle-name-rn-switch)
168 ("-title" 1 x-handle-switch title) 167 ("-title" 1 x-handle-switch title)
169 ("-T" 1 x-handle-switch title) 168 ("-T" 1 x-handle-switch title)
170 ("-r" 0 x-handle-switch reverse t) 169 ("-r" 0 x-handle-switch reverse t)
171 ("-rv" 0 x-handle-switch reverse t) 170 ("-rv" 0 x-handle-switch reverse t)
172 ("-reverse" 0 x-handle-switch reverse t) 171 ("-reverse" 0 x-handle-switch reverse t)
189 ("-vb" 0 x-handle-switch vertical-scroll-bars t) 188 ("-vb" 0 x-handle-switch vertical-scroll-bars t)
190 ("-hb" 0 x-handle-switch horizontal-scroll-bars t) 189 ("-hb" 0 x-handle-switch horizontal-scroll-bars t)
191 ("-bd" 1 x-handle-switch) 190 ("-bd" 1 x-handle-switch)
192 ("--border-width" 1 x-handle-numeric-switch border-width) 191 ("--border-width" 1 x-handle-numeric-switch border-width)
193 ("--display" 1 x-handle-display) 192 ("--display" 1 x-handle-display)
194 ("--name" 1 x-handle-name-rn-switch) 193 ("--name" 1 x-handle-name-switch)
195 ("--title" 1 x-handle-switch title) 194 ("--title" 1 x-handle-switch title)
196 ("--reverse-video" 0 x-handle-switch reverse t) 195 ("--reverse-video" 0 x-handle-switch reverse t)
197 ("--font" 1 x-handle-switch font) 196 ("--font" 1 x-handle-switch font)
198 ("--internal-border" 1 x-handle-numeric-switch internal-border-width) 197 ("--internal-border" 1 x-handle-numeric-switch internal-border-width)
199 ("--geometry" 1 x-handle-geometry) 198 ("--geometry" 1 x-handle-geometry)