aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
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