diff src/ChangeLog @ 99182:c1511154e8c2

* emacs.c (daemon_pipe): Make non-static. (IS_DAEMON): Move definition ... * lisp.h (IS_DAEMON): ... here. (daemon_pipe): Declare. (is_daemon): Remove. * dispnew.c (init_display): Use IS_DAEMON.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 28 Oct 2008 04:25:11 +0000
parents 8af0a96bf7da
children dc2662d377a4
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 28 02:57:25 2008 +0000
+++ b/src/ChangeLog	Tue Oct 28 04:25:11 2008 +0000
@@ -1,3 +1,12 @@
+2008-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* emacs.c (daemon_pipe): Make non-static.
+	(IS_DAEMON): Move definition ...
+	* lisp.h (IS_DAEMON): ... here.
+	(daemon_pipe): Declare.
+	(is_daemon): Remove.
+	* dispnew.c (init_display): Use IS_DAEMON.
+
 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)