diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 27 05:43:17 2008 +0000
+++ b/src/ChangeLog	Mon Oct 27 07:02:30 2008 +0000
@@ -1,3 +1,9 @@
+2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* emacs.c (daemon_name): New variable.
+	(main): Deal with --daemon=SERVER_NAME.
+	(Fdaemonp): Return a name if one was passed to --daemon.
+
 2008-10-26  Romain Francoise  <romain@orebokech.com>
 
 	* emacs.c (daemon_pipe): New variable.