aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-25 16:23:33 -0800
committerPaul Eggert2011-02-25 16:23:33 -0800
commit70279bd1cbd56a16b39cb09ac0b47b564db6949b (patch)
tree2a9e29472946b6e7398430fb4ebe38f370bb70e0 /lib-src/ChangeLog
parent34e6d7823aeee6c20219bbab1045ca6649ca8fa5 (diff)
downloademacs-70279bd1cbd56a16b39cb09ac0b47b564db6949b.tar.gz
emacs-70279bd1cbd56a16b39cb09ac0b47b564db6949b.zip
* ebrowse.c (insert_keyword): Rename parameter to avoid shadowing diagnostic.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 969a84ca6bf..ed6162bc997 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -3,6 +3,7 @@
3 * ebrowse.c (putstr): Rename from PUTSTR and turn into a function. 3 * ebrowse.c (putstr): Rename from PUTSTR and turn into a function.
4 All callers changed. This is cleaner, and avoids GCC warnings about 4 All callers changed. This is cleaner, and avoids GCC warnings about
5 passing NULL to fputs. 5 passing NULL to fputs.
6 (insert_keyword): Rename parameter to avoid shadowing diagnostic.
6 7
72011-02-25 Paul Eggert <eggert@cs.ucla.edu> 82011-02-25 Paul Eggert <eggert@cs.ucla.edu>
8 9