diff options
| author | Paul Eggert | 2011-02-25 16:23:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-25 16:23:33 -0800 |
| commit | 70279bd1cbd56a16b39cb09ac0b47b564db6949b (patch) | |
| tree | 2a9e29472946b6e7398430fb4ebe38f370bb70e0 /lib-src/ChangeLog | |
| parent | 34e6d7823aeee6c20219bbab1045ca6649ca8fa5 (diff) | |
| download | emacs-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/ChangeLog | 1 |
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 | ||
| 7 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> |
| 8 | 9 | ||