* startup.el (command-line): Call daemon-initialized after
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 26 Oct 2008 19:05:47 +0000 (19:05 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 26 Oct 2008 19:05:47 +0000 (19:05 +0000)
commit5790ef40bae85dc23ae404098198879106057697
treeb479642da69b4f0531ed8efefc739e31cbcaa8e1
parent91c491e0518186d86e66413736025f2f585daf60
* startup.el (command-line): Call daemon-initialized after
starting the server.
* emacs.c (daemon_pipe): New variable
(main): Create a pipe before forking, make the parent exit only after
the child has closed its end of the pipe.  Move closing the
descriptors ...
(Fdaemon_initialized): ... here.  New function.
lisp/ChangeLog
lisp/startup.el
src/ChangeLog
src/emacs.c