(decode_options): -t implies -c.

This commit is contained in:
Stefan Monnier 2007-09-21 03:21:54 +00:00
parent df3c9fe76a
commit c1b8e8966d
2 changed files with 5 additions and 0 deletions

View file

@ -436,6 +436,7 @@ decode_options (argc, argv)
case 't':
tty = 1;
current_frame = 0;
break;
case 'c':