diff options
| author | Stefan Monnier | 2007-09-21 03:21:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-21 03:21:54 +0000 |
| commit | c1b8e8966d550f11fc14aeffe59fbed73ae1cbd8 (patch) | |
| tree | caace471888659247d385da5421517390467279f /lib-src | |
| parent | df3c9fe76a35f0bd541d49eabdd94bde4b4ec46a (diff) | |
| download | emacs-c1b8e8966d550f11fc14aeffe59fbed73ae1cbd8.tar.gz emacs-c1b8e8966d550f11fc14aeffe59fbed73ae1cbd8.zip | |
(decode_options): -t implies -c.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9bb80585f47..62c6b6766aa 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacsclient.c (decode_options): -t implies -c. | ||
| 4 | |||
| 1 | 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP) | 7 | * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP) |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 4788c010bf8..02935941b02 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -436,6 +436,7 @@ decode_options (argc, argv) | |||
| 436 | 436 | ||
| 437 | case 't': | 437 | case 't': |
| 438 | tty = 1; | 438 | tty = 1; |
| 439 | current_frame = 0; | ||
| 439 | break; | 440 | break; |
| 440 | 441 | ||
| 441 | case 'c': | 442 | case 'c': |