aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-15 01:38:32 -0700
committerPaul Eggert2011-03-15 01:38:32 -0700
commit38b2c0769fbfc40162fc8c39170fcb28bcf69520 (patch)
tree38bc0551bde91deff6303719b46768bfd9f3c703 /src/ChangeLog
parent15206ed9236f4957cb62a0cfbd5397cf8f0cb76b (diff)
downloademacs-38b2c0769fbfc40162fc8c39170fcb28bcf69520.tar.gz
emacs-38b2c0769fbfc40162fc8c39170fcb28bcf69520.zip
* dired.c (directory_files_internal, file_name_completion):
Rename locals to avoid shadowing.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e873e3d85d..6355d81ba40 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-15 Paul Eggert <eggert@cs.ucla.edu> 12011-03-15 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * dired.c (directory_files_internal, file_name_completion):
4 Rename locals to avoid shadowing.
5
3 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254). 6 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
4 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in 7 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
5 dired.c's scmp function, had undefined behavior. 8 dired.c's scmp function, had undefined behavior.