Mercurial > emacs
changeset 99389:6f533d3d2a12
* server.el (server-process-filter): Don't call
server-create-tty-frame when no tty name is specified.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 04 Nov 2008 18:41:56 +0000 |
parents | fcdc9cfd2092 |
children | 0c8f4221f839 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 04 17:36:43 2008 +0000 +++ b/lisp/ChangeLog Tue Nov 04 18:41:56 2008 +0000 @@ -1,3 +1,8 @@ +2008-11-04 Chong Yidong <cyd@stupidchicken.com> + + * server.el (server-process-filter): Don't call + server-create-tty-frame when no tty name is specified. + 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change) * vc-bzr.el (vc-bzr-dir-extra-headers): New function.