Mercurial > emacs
comparison lib-src/ChangeLog @ 99332:978a7dcd9c72
* emacsclient.c (window_system): Delete redundant variable.
(decode_options): Don't use it.
(find_tty): New function.
(main): Use find_tty, and don't use window_system.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 02 Nov 2008 21:41:49 +0000 |
parents | 90b4d44d8513 |
children | 2071333afd12 |
comparison
equal
deleted
inserted
replaced
99331:5fc8a3a01ed4 | 99332:978a7dcd9c72 |
---|---|
1 2008-11-02 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * emacsclient.c (window_system): Delete redundant variable. | |
4 (decode_options): Don't use it. | |
5 (find_tty): New function. | |
6 (main): Use find_tty, and don't use window_system. | |
7 | |
1 2008-11-01 Eli Zaretskii <eliz@gnu.org> | 8 2008-11-01 Eli Zaretskii <eliz@gnu.org> |
2 | 9 |
3 * emacsclient.c (main) [WINDOWSNT]: Don't ifdef away the call to | 10 * emacsclient.c (main) [WINDOWSNT]: Don't ifdef away the call to |
4 `ttyname'. | 11 `ttyname'. |
5 (w32_getenv): Treat $TERM specially: if not found in the | 12 (w32_getenv): Treat $TERM specially: if not found in the |