aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-21 10:22:20 -0800
committerPaul Eggert2011-02-21 10:22:20 -0800
commit27d41fb4a9af23628a0d78cf843df12f3797896d (patch)
tree6b73ebbaed5a498b10c49b052bd46e4fd092c1ed /lib-src/ChangeLog
parentb23b5a5b7dca39b708015979ed8c25901390ac14 (diff)
downloademacs-27d41fb4a9af23628a0d78cf843df12f3797896d.tar.gz
emacs-27d41fb4a9af23628a0d78cf843df12f3797896d.zip
* movemail.c (main, pop_retr): Rename locals to avoid shadowing.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 698e7b60a7a..f2e55c3e0c0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,7 @@
12011-02-21 Paul Eggert <eggert@cs.ucla.edu> 12011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * movemail.c (main, pop_retr): Rename locals to avoid shadowing.
4
3 Declare file-scope functions and variables static if not exported. 5 Declare file-scope functions and variables static if not exported.
4 This is more consistent, and is nicer with gcc -Wstrict-prototypes. 6 This is more consistent, and is nicer with gcc -Wstrict-prototypes.
5 * ebrowse.c, emacsclient.c, fakemail.c, make-docfile.c, movemail.c: 7 * ebrowse.c, emacsclient.c, fakemail.c, make-docfile.c, movemail.c: