diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-10-30 15:49:49 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-10-30 15:49:49 +0000 |
commit | 89c4b597aa5a035bb596ddb39680c1e38185888f (patch) | |
tree | e4aa1de5dacd1d1f3cc4afa40c1c20ec94a5d97c /lisp | |
parent | 9045be38cdbf47378af50b0cae7efdca04945ba9 (diff) | |
download | emacs-89c4b597aa5a035bb596ddb39680c1e38185888f.tar.gz emacs-89c4b597aa5a035bb596ddb39680c1e38185888f.tar.bz2 emacs-89c4b597aa5a035bb596ddb39680c1e38185888f.zip |
* server.el (server-process-filter): In daemon mode, default to
emacsclient's tty if not opening a new frame and only the
terminal-frame is available.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff2e37deb07..1608ce0a893 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-10-30 Chong Yidong <cyd@stupidchicken.com> + + * server.el (server-process-filter): In daemon mode, default to + emacsclient's tty if not opening a new frame and only the + terminal-frame is available. + 2008-10-30 Martin Rudalics <rudalics@gmx.at> * window.el (quit-window): Simplify code. Say in doc-string |