aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-01-04 07:49:33 +0000
committerChong Yidong2009-01-04 07:49:33 +0000
commitcfd1141594b8aaea47adb4fa74d3d74892925524 (patch)
treeae10e97886f5d1a23faa8a5bddd493d6a1679015
parentc0a4da525adb509869eb6fa87a587d4df688eae2 (diff)
downloademacs-cfd1141594b8aaea47adb4fa74d3d74892925524.tar.gz
emacs-cfd1141594b8aaea47adb4fa74d3d74892925524.zip
* frame.el (make-frame-on-tty): Function deleted.
* server.el (server-create-tty-frame): Call make-frame directly.
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 54177c5d8e4..0c187abb954 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12009-01-04 Chong Yidong <cyd@stupidchicken.com>
2
3 * frame.el (make-frame-on-tty): Function deleted.
4
5 * server.el (server-create-tty-frame): Call make-frame directly.
6
12009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de> 72009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2 8
3 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix. 9 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.