diff options
| author | Paul Eggert | 2011-02-25 15:55:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-25 15:55:06 -0800 |
| commit | b9170155fb2bf850fd4e5fad1e46493b8440fd5b (patch) | |
| tree | fc94436325d9c8d4628f6c70fa25a27431f63aca /lib-src/ChangeLog | |
| parent | 7e6bb4c94c9b4d78d9e626f32fc930cd76169e76 (diff) | |
| download | emacs-b9170155fb2bf850fd4e5fad1e46493b8440fd5b.tar.gz emacs-b9170155fb2bf850fd4e5fad1e46493b8440fd5b.zip | |
* emacsclient.c (xstrdup): Remove; no longer needed.
(get_current_dir_name, w32_getenv, get_server_config, find_tty):
(set_local_socket, main):
Use const char *, not char *, for pointers that are not assigned
through.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d1203b2ff96..46e851faada 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * emacsclient.c (main): Avoid dangling 'if'. | 3 | * emacsclient.c (main): Avoid dangling 'if'. |
| 4 | (xstrdup): Remove; no longer needed. | ||
| 5 | (get_current_dir_name, w32_getenv, get_server_config, find_tty): | ||
| 6 | (set_local_socket, main): | ||
| 7 | Use const char *, not char *, for pointers that are not assigned | ||
| 8 | through. | ||
| 4 | 9 | ||
| 5 | * emacsclient.c: Redo local variables to avoid shadowing problems. | 10 | * emacsclient.c: Redo local variables to avoid shadowing problems. |
| 6 | (message, socket_status, start_daemon_and_retry_set_socket): | 11 | (message, socket_status, start_daemon_and_retry_set_socket): |