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 | 185f8e96c016756d27278b9731d1506f8a9fa175 (patch) | |
tree | 11f22881cb29345b79fcdc5a5801fdefe4f5515b /lib-src | |
parent | c83e43766baf551e693e72649f8b4be3e1bfefab (diff) | |
download | emacs-185f8e96c016756d27278b9731d1506f8a9fa175.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.
Diffstat (limited to 'lib-src')
-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 |