(decode_options): -t implies -c.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 21 Sep 2007 03:21:54 +0000 (03:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 21 Sep 2007 03:21:54 +0000 (03:21 +0000)
lib-src/ChangeLog
lib-src/emacsclient.c

index 9bb8058..62c6b67 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacsclient.c (decode_options): -t implies -c.
+
 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
index 4788c01..0293594 100644 (file)
@@ -436,6 +436,7 @@ decode_options (argc, argv)
 
         case 't':
           tty = 1;
+         current_frame = 0;
           break;
 
         case 'c':