From: Jan Djärv Date: Thu, 7 Feb 2008 14:05:53 +0000 (+0000) Subject: * startup.el (command-line-x-option-alist): Add --parent-id. X-Git-Tag: emacs-pretest-23.0.90~8113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c434f203bf2ab04da565adafbeb1150f9c6a5d89;p=emacs.git * startup.el (command-line-x-option-alist): Add --parent-id. --- diff --git a/lisp/startup.el b/lisp/startup.el index a3c0a25511f..e297f7bf029 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -174,7 +174,8 @@ This is normally copied from `default-directory' when Emacs starts.") ("--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)