Mercurial > emacs
changeset 100878:5cc6c0448538
* frame.el (make-frame-on-tty): Function deleted.
* server.el (server-create-tty-frame): Call make-frame directly.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 04 Jan 2009 07:49:33 +0000 |
parents | 4d4c11933279 |
children | cca2b8bf75d1 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 04 03:18:10 2009 +0000 +++ b/lisp/ChangeLog Sun Jan 04 07:49:33 2009 +0000 @@ -1,3 +1,9 @@ +2009-01-04 Chong Yidong <cyd@stupidchicken.com> + + * frame.el (make-frame-on-tty): Function deleted. + + * server.el (server-create-tty-frame): Call make-frame directly. + 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de> * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.