aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-25 15:35:16 -0800
committerPaul Eggert2011-02-25 15:35:16 -0800
commitb0bbc07d9a136869d1d9acfdd8e14674515eb196 (patch)
tree0cced855adde9a06c88e52392d5fe8829a5d3814 /lib-src/ChangeLog
parent3f5e6230d78d28cd4acba7a7eaa2292477f4e0ff (diff)
downloademacs-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/ChangeLog5
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 @@
12011-02-25 Paul Eggert <eggert@cs.ucla.edu> 12011-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