diff options
| author | Paul Eggert | 2011-02-21 15:15:17 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-21 15:15:17 -0800 |
| commit | 08c690977a76a2a899bfe42056e9ae3a7efebcb3 (patch) | |
| tree | bb5f4991a1723c585039a75d685910b6b76b2960 /lib-src/ChangeLog | |
| parent | f0939c31a6f4f7afec3adf3f31817f998af6e667 (diff) | |
| download | emacs-08c690977a76a2a899bfe42056e9ae3a7efebcb3.tar.gz emacs-08c690977a76a2a899bfe42056e9ae3a7efebcb3.zip | |
* test-distrib.c (buf): Make this local, to avoid shadowing.
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 e0a175e8167..c598164c575 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | But if the file already has the right ownership, don't worry about it. | 4 | But if the file already has the right ownership, don't worry about it. |
| 5 | 5 | ||
| 6 | * make-docfile.c (input_buffer): Rename variables to avoid shadowing. | 6 | * make-docfile.c (input_buffer): Rename variables to avoid shadowing. |
| 7 | * test-distrib.c (buf): Make this local, to avoid shadowing. | ||
| 7 | 8 | ||
| 8 | * movemail.c (main, pop_retr): Rename locals to avoid shadowing. | 9 | * movemail.c (main, pop_retr): Rename locals to avoid shadowing. |
| 9 | (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars. | 10 | (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars. |