diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-05-26 17:28:45 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-05-26 17:28:45 +0000 |
commit | 30790a37efea5c6fed87ee0dd0d54c31ac9eea11 (patch) | |
tree | 8dff3a7d4eeffd47233240ee672838a0f32609a0 /lib-src/emacsclient.c | |
parent | 98db66cac2e07862a43014b57ebcc2f0fbfc07e6 (diff) | |
download | emacs-30790a37efea5c6fed87ee0dd0d54c31ac9eea11.tar.gz |
* emacsclient.c (main): Avoid having a declaration after a
statement.
* sysdep.c: Comment out text after #endif.
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 0356735ab6d..0dc662dabef 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -1347,11 +1347,11 @@ main (argc, argv) if (tty) { + char *type = getenv ("TERM"); char *tty_name = NULL; #ifndef WINDOWSNT tty_name = ttyname (fileno (stdin)); #endif - char *type = getenv ("TERM"); if (! tty_name) { |