comparison lib-src/ChangeLog @ 100318:00d91c609c41

(EMACS_DAEMON): Remove definition. (decode_options): Do not allow an empty alternate_editor on WINDOWSNT. (print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT. (start_daemon_and_retry_set_socket): Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 10 Dec 2008 14:57:20 +0000
parents 9c9346f62ad8
children 1a986381709d
comparison
equal deleted inserted replaced
100317:7dde9e3fb6ae 100318:00d91c609c41
1 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * emacsclient.c (EMACS_DAEMON): Remove definition.
4 (decode_options): Do not allow an empty alternate_editor on
5 WINDOWSNT.
6 (print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT.
7 (start_daemon_and_retry_set_socket): Likewise.
8
1 2008-12-10 Juanma Barranquero <lekktu@gmail.com> 9 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define. 11 * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.
4 Changes when EMACS_DAEMON is not defined: 12 Changes when EMACS_DAEMON is not defined:
5 (print_help_and_exit): Don't add daemon information to help. 13 (print_help_and_exit): Don't add daemon information to help.