From: Glenn Morris Date: Sat, 25 Jun 2011 18:13:14 +0000 (-0700) Subject: Minor additions for previous emacsclient change. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~414^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3794a2d3a43433c27f65c902bfdc21479d7d309f;p=emacs.git Minor additions for previous emacsclient change. * lib-src/emacsclient.c (decode_options) : Add `F:'. (print_help_and_exit): Mention --frame-parameters. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 99ec98d62b0..b7a95fe8043 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2011-06-25 Glenn Morris + + * emacsclient.c (decode_options) : Add `F:'. + (print_help_and_exit): Mention --frame-parameters. + 2011-06-25 Andreas Rottmann * emacsclient.c (longopts, decode_options, main): Add frame-parameters. diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 56535a02990..2daed7eb9da 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -531,9 +531,9 @@ decode_options (int argc, char **argv) { int opt = getopt_long_only (argc, argv, #ifndef NO_SOCKETS_IN_FILE_SYSTEM - "VHneqa:s:f:d:tc", + "VHneqa:s:f:d:F:tc", #else - "VHneqa:f:d:tc", + "VHneqa:f:d:F:tc", #endif longopts, 0); @@ -674,6 +674,7 @@ The following OPTIONS are accepted:\n\ -nw, -t, --tty Open a new Emacs frame on the current terminal\n\ -c, --create-frame Create a new frame instead of trying to\n\ use the current Emacs frame\n\ +-F, --frame-parameters Set the parameters of a new frame\n\ -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ -n, --no-wait Don't wait for the server to return\n\ -q, --quiet Don't display messages on success\n\