comparison src/ChangeLog @ 99158:d1d986962044

* emacs.c (daemon_name): New variable. (main): Deal with --daemon=SERVER_NAME. (Fdaemonp): Return a name if one was passed to --daemon. * startup.el (server-name): Pacify byte compiler. (command-line): If --daemon=SERVER_NAME was used, set server-name before calling server-start. * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 27 Oct 2008 07:02:30 +0000
parents af27cd9e080e
children fd7c6e1e6a17
comparison
equal deleted inserted replaced
99157:5421f3e36aca 99158:d1d986962044
1 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * emacs.c (daemon_name): New variable.
4 (main): Deal with --daemon=SERVER_NAME.
5 (Fdaemonp): Return a name if one was passed to --daemon.
6
1 2008-10-26 Romain Francoise <romain@orebokech.com> 7 2008-10-26 Romain Francoise <romain@orebokech.com>
2 8
3 * emacs.c (daemon_pipe): New variable. 9 * emacs.c (daemon_pipe): New variable.
4 (main): Create a pipe before forking, make the parent exit only after 10 (main): Create a pipe before forking, make the parent exit only after
5 the child has closed its end of the pipe. Move closing the 11 the child has closed its end of the pipe. Move closing the