Mercurial > emacs
diff doc/man/ChangeLog @ 100312:6da82f7dfa67
* misc.texi (emacsclient Options): Describe what an empty string
argument does for --alternate-editor.
* emacsclient.1: Describe what an empty string argument does for
--alternate-editor.
* emacsclient.c (print_help_and_exit): Describe what an empty
string argument does for --alternate-editor.
(set_socket): Make it possible to not exit in case of an error.
(start_daemon_and_retry_set_socket): New function.
(main): Use it. Restore the NULL value for socket_name and
server_file after the set_socket call.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Wed, 10 Dec 2008 07:56:51 +0000 |
| parents | 4077e9ff754f |
| children | 1912976b0dec |
line wrap: on
line diff
--- a/doc/man/ChangeLog Wed Dec 10 06:05:52 2008 +0000 +++ b/doc/man/ChangeLog Wed Dec 10 07:56:51 2008 +0000 @@ -1,3 +1,8 @@ +2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> + + * emacsclient.1: Describe what an empty string argument does for + --alternate-editor. + 2008-11-27 Dan Nicolaescu <dann@ics.uci.edu> * emacsclient.1: Mention -nw and -c. Fix the character for --help.
