diff options
| author | Paul Eggert | 2011-02-21 10:22:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-21 10:22:20 -0800 |
| commit | 27d41fb4a9af23628a0d78cf843df12f3797896d (patch) | |
| tree | 6b73ebbaed5a498b10c49b052bd46e4fd092c1ed /lib-src/ChangeLog | |
| parent | b23b5a5b7dca39b708015979ed8c25901390ac14 (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 @@ | |||
| 1 | 2011-02-21 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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: |