changeset 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 909982607efd
children 60f09344e8c9
files lisp/startup.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Thu Feb 07 13:38:45 2008 +0000
+++ b/lisp/startup.el	Thu Feb 07 14:05:53 2008 +0000
@@ -174,7 +174,8 @@
     ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t)
     ("--line-spacing" 1 x-handle-numeric-switch line-spacing)
     ("--border-color" 1 x-handle-switch border-color)
-    ("--smid" 1 x-handle-smid))
+    ("--smid" 1 x-handle-smid)
+    ("--parent-id" 1 x-handle-parent-id))
   "Alist of X Windows options.
 Each element has the form
   (NAME NUMARGS HANDLER FRAME-PARAM VALUE)