diff options
| author | Paul Eggert | 2011-02-25 15:35:16 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-25 15:35:16 -0800 |
| commit | b0bbc07d9a136869d1d9acfdd8e14674515eb196 (patch) | |
| tree | 0cced855adde9a06c88e52392d5fe8829a5d3814 /lib-src/ChangeLog | |
| parent | 3f5e6230d78d28cd4acba7a7eaa2292477f4e0ff (diff) | |
| download | emacs-b0bbc07d9a136869d1d9acfdd8e14674515eb196.tar.gz emacs-b0bbc07d9a136869d1d9acfdd8e14674515eb196.zip | |
* emacsclient.c: Redo local variables to avoid shadowing problems.
(message, socket_status, start_daemon_and_retry_set_socket):
Rename locals.
(main): Move decl of "i".
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 cbaa5559f96..5b8033d2aec 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 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: Redo local variables to avoid shadowing problems. | ||
| 4 | (message, socket_status, start_daemon_and_retry_set_socket): | ||
| 5 | Rename locals. | ||
| 6 | (main): Move decl of "i". | ||
| 7 | |||
| 3 | * etags.c (ISUPPER): Move to inside the only #ifdef where it's used. | 8 | * etags.c (ISUPPER): Move to inside the only #ifdef where it's used. |
| 4 | This avoids an unused-macro warning with some GCC settings. | 9 | This avoids an unused-macro warning with some GCC settings. |
| 5 | 10 | ||