emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104706: Minor additions for previous


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104706: Minor additions for previous emacsclient change.
Date: Sat, 25 Jun 2011 11:13:14 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104706
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-06-25 11:13:14 -0700
message:
  Minor additions for previous emacsclient change.
  
  * lib-src/emacsclient.c (decode_options) <opt>: Add `F:'.
  (print_help_and_exit): Mention --frame-parameters.
modified:
  lib-src/ChangeLog
  lib-src/emacsclient.c
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-06-25 18:05:48 +0000
+++ b/lib-src/ChangeLog 2011-06-25 18:13:14 +0000
@@ -1,3 +1,8 @@
+2011-06-25  Glenn Morris  <address@hidden>
+
+       * emacsclient.c (decode_options) <opt>: Add `F:'.
+       (print_help_and_exit): Mention --frame-parameters.
+
 2011-06-25  Andreas Rottmann  <address@hidden>
 
        * emacsclient.c (longopts, decode_options, main): Add frame-parameters.

=== modified file 'lib-src/emacsclient.c'
--- a/lib-src/emacsclient.c     2011-06-25 18:05:48 +0000
+++ b/lib-src/emacsclient.c     2011-06-25 18:13:14 +0000
@@ -531,9 +531,9 @@
     {
       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 @@
 -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\


reply via email to

[Prev in Thread] Current Thread [Next in Thread]