diff options
| author | Chong Yidong | 2008-11-02 21:41:49 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-02 21:41:49 +0000 |
| commit | 48c2dc6801dc61afc01605dc78023269e7155b35 (patch) | |
| tree | 691fcbb34506ff2b6d4f33c5e96952d6f3224648 /lib-src/ChangeLog | |
| parent | 205f3a3beee4afb7cdea80c9b3e421dbd5e3929b (diff) | |
| download | emacs-48c2dc6801dc61afc01605dc78023269e7155b35.tar.gz emacs-48c2dc6801dc61afc01605dc78023269e7155b35.zip | |
* 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.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2a702b8b719..84ef0dae0c1 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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 |