Mercurial > emacs
comparison lisp/ChangeLog @ 99251:8a8cdf3d59ec
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 30 Oct 2008 15:49:49 +0000 |
parents | d5943eac9112 |
children | 1fbe0f0007b7 |
comparison
equal
deleted
inserted
replaced
99250:d5943eac9112 | 99251:8a8cdf3d59ec |
---|---|
1 2008-10-30 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * server.el (server-process-filter): In daemon mode, default to | |
4 emacsclient's tty if not opening a new frame and only the | |
5 terminal-frame is available. | |
6 | |
1 2008-10-30 Martin Rudalics <rudalics@gmx.at> | 7 2008-10-30 Martin Rudalics <rudalics@gmx.at> |
2 | 8 |
3 * window.el (quit-window): Simplify code. Say in doc-string | 9 * window.el (quit-window): Simplify code. Say in doc-string |
4 that it operates on the selected window's buffer. (Bug#1259) | 10 that it operates on the selected window's buffer. (Bug#1259) |
5 | 11 |