Mercurial > emacs
diff lisp/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 | 638063658f67 |
children | b0dce7f34dda |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 27 05:43:17 2008 +0000 +++ b/lisp/ChangeLog Mon Oct 27 07:02:30 2008 +0000 @@ -1,3 +1,9 @@ +2008-10-27 Dan Nicolaescu <dann@ics.uci.edu> + + * startup.el (server-name): Pacify byte compiler. + (command-line): If --daemon=SERVER_NAME was used, set server-name + before calling server-start. + 2008-10-26 Romain Francoise <romain@orebokech.com> * startup.el (command-line): Call daemon-initialized after