aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-21 10:26:52 -0800
committerPaul Eggert2011-02-21 10:26:52 -0800
commit1afca8cc21992331ee81622702d5449473cafe94 (patch)
tree28211abde4c1c18c35d874c73fff7bd0cb4a1309 /lib-src/ChangeLog
parent27d41fb4a9af23628a0d78cf843df12f3797896d (diff)
downloademacs-1afca8cc21992331ee81622702d5449473cafe94.tar.gz
emacs-1afca8cc21992331ee81622702d5449473cafe94.zip
* movemail.c: Remove unused vars
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 f2e55c3e0c0..f2f2c0af1ce 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,6 +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. 3 * movemail.c (main, pop_retr): Rename locals to avoid shadowing.
4 (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars.
4 5
5 Declare file-scope functions and variables static if not exported. 6 Declare file-scope functions and variables static if not exported.
6 This is more consistent, and is nicer with gcc -Wstrict-prototypes. 7 This is more consistent, and is nicer with gcc -Wstrict-prototypes.