diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2008-02-07 14:05:53 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2008-02-07 14:05:53 +0000 |
commit | c434f203bf2ab04da565adafbeb1150f9c6a5d89 (patch) | |
tree | 3e743942d34716312462600176b8803b8fffe35c /lisp/startup.el | |
parent | 7c2dc41f8fe6c57f0ad4edf527fcbb0c7011f20c (diff) | |
download | emacs-c434f203bf2ab04da565adafbeb1150f9c6a5d89.tar.gz |
* startup.el (command-line-x-option-alist): Add --parent-id.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |