Mercurial > emacs
changeset 91634:69cda6392921
(USAGE3): Add --parent-id
(standard_args): Ditto.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 07 Feb 2008 14:08:20 +0000 |
parents | e33a0659fabe |
children | 284a9e945a2d |
files | src/emacs.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Thu Feb 07 14:08:07 2008 +0000 +++ b/src/emacs.c Thu Feb 07 14:08:20 2008 +0000 @@ -326,6 +326,7 @@ --title, -T TITLE title for initial Emacs frame\n\ --vertical-scroll-bars, -vb enable vertical scroll bars\n\ --xrm XRESOURCES set additional X resources\n\ +--parent-id XID set parent window\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n" @@ -1867,6 +1868,7 @@ { "-title", 0, 10, 1 }, { "-name", "--name", 10, 1 }, { "-xrm", "--xrm", 10, 1 }, + { "-parent-id", "--parent-id", 10, 1 }, { "-r", "--reverse-video", 5, 0 }, { "-rv", 0, 5, 0 }, { "-reverse", 0, 5, 0 },