comparison lisp/startup.el @ 50027:95d928fb74f3

(command-line-x-option-alist): Make --border-color set the border-color frame parameter, not border-width.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 05 Mar 2003 16:31:44 +0000
parents afcd12db0367
children 8c92ccc7b6dd
comparison
equal deleted inserted replaced
50026:31ca6635274f 50027:95d928fb74f3
239 ("--iconic" 0 x-handle-iconic) 239 ("--iconic" 0 x-handle-iconic)
240 ("--xrm" 1 x-handle-xrm-switch) 240 ("--xrm" 1 x-handle-xrm-switch)
241 ("--cursor-color" 1 x-handle-switch cursor-color) 241 ("--cursor-color" 1 x-handle-switch cursor-color)
242 ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t) 242 ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t)
243 ("--line-spacing" 1 x-handle-numeric-switch line-spacing) 243 ("--line-spacing" 1 x-handle-numeric-switch line-spacing)
244 ("--border-color" 1 x-handle-switch border-width) 244 ("--border-color" 1 x-handle-switch border-color)
245 ("--smid" 1 x-handle-smid)) 245 ("--smid" 1 x-handle-smid))
246 "Alist of X Windows options. 246 "Alist of X Windows options.
247 Each element has the form 247 Each element has the form
248 (NAME NUMARGS HANDLER FRAME-PARAM VALUE) 248 (NAME NUMARGS HANDLER FRAME-PARAM VALUE)
249 where NAME is the option name string, NUMARGS is the number of arguments 249 where NAME is the option name string, NUMARGS is the number of arguments