Mercurial > emacs
comparison lib-src/ChangeLog @ 100314:9c9346f62ad8
* emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.
Changes when EMACS_DAEMON is not defined:
(print_help_and_exit): Don't add daemon information to help.
(start_daemon_and_retry_set_socket): Make a no-op.
(main): Don't set `start_daemon_if_needed' (which is initialized to 0).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 10 Dec 2008 09:47:06 +0000 |
parents | 6da82f7dfa67 |
children | 00d91c609c41 |
comparison
equal
deleted
inserted
replaced
100313:1912976b0dec | 100314:9c9346f62ad8 |
---|---|
1 2008-12-10 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define. | |
4 Changes when EMACS_DAEMON is not defined: | |
5 (print_help_and_exit): Don't add daemon information to help. | |
6 (start_daemon_and_retry_set_socket): Make a no-op. | |
7 (main): Don't set `start_daemon_if_needed' (which is initialized to 0). | |
8 | |
1 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> | 9 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 10 |
3 * emacsclient.c (print_help_and_exit): Describe what an empty | 11 * emacsclient.c (print_help_and_exit): Describe what an empty |
4 string argument does for --alternate-editor. | 12 string argument does for --alternate-editor. |
5 (set_socket): Make it possible to not exit in case of an error. | 13 (set_socket): Make it possible to not exit in case of an error. |