Mercurial > emacs
changeset 101325:945f3656919f
* server.el (server-start): Allow server to shut down when no frames
are available in daemon-mode.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 21 Jan 2009 20:28:27 +0000 |
parents | ac37eb10f508 |
children | b837d61f9eba |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jan 21 18:56:41 2009 +0000 +++ b/lisp/ChangeLog Wed Jan 21 20:28:27 2009 +0000 @@ -1,3 +1,8 @@ +2009-01-21 Chong Yidong <cyd@stupidchicken.com> + + * server.el (server-start): Allow server to shut down when no + frames are available in daemon-mode. + 2009-01-21 Juanma Barranquero <lekktu@gmail.com> * term.el (term-previous-matching-input, term-next-matching-input)