Mercurial > emacs
comparison lisp/startup.el @ 91627:4be63beaa601
* startup.el (command-line-x-option-alist): Add --parent-id.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 07 Feb 2008 14:05:53 +0000 |
parents | 606f2d163a64 |
children | 0e11ef90a122 |
comparison
equal
deleted
inserted
replaced
91626:909982607efd | 91627:4be63beaa601 |
---|---|
172 ("--xrm" 1 x-handle-xrm-switch) | 172 ("--xrm" 1 x-handle-xrm-switch) |
173 ("--cursor-color" 1 x-handle-switch cursor-color) | 173 ("--cursor-color" 1 x-handle-switch cursor-color) |
174 ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t) | 174 ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t) |
175 ("--line-spacing" 1 x-handle-numeric-switch line-spacing) | 175 ("--line-spacing" 1 x-handle-numeric-switch line-spacing) |
176 ("--border-color" 1 x-handle-switch border-color) | 176 ("--border-color" 1 x-handle-switch border-color) |
177 ("--smid" 1 x-handle-smid)) | 177 ("--smid" 1 x-handle-smid) |
178 ("--parent-id" 1 x-handle-parent-id)) | |
178 "Alist of X Windows options. | 179 "Alist of X Windows options. |
179 Each element has the form | 180 Each element has the form |
180 (NAME NUMARGS HANDLER FRAME-PARAM VALUE) | 181 (NAME NUMARGS HANDLER FRAME-PARAM VALUE) |
181 where NAME is the option name string, NUMARGS is the number of arguments | 182 where NAME is the option name string, NUMARGS is the number of arguments |
182 that the option accepts, HANDLER is a function to call to handle the option. | 183 that the option accepts, HANDLER is a function to call to handle the option. |