diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2008-11-02 21:41:49 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2008-11-02 21:41:49 +0000 |
| commit | 48c2dc6801dc61afc01605dc78023269e7155b35 (patch) | |
| tree | 691fcbb34506ff2b6d4f33c5e96952d6f3224648 | |
| parent | 205f3a3beee4afb7cdea80c9b3e421dbd5e3929b (diff) | |
| download | emacs-48c2dc6801dc61afc01605dc78023269e7155b35.tar.gz | |
* 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.
| -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 @@ +2008-11-02 Chong Yidong <cyd@stupidchicken.com> + + * 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. + 2008-11-01 Eli Zaretskii <eliz@gnu.org> * emacsclient.c (main) [WINDOWSNT]: Don't ifdef away the call to |
