diff options
| author | Paul Eggert | 2011-04-16 13:07:17 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 13:07:17 -0700 |
| commit | 91a3e27bb7ee79474b8b470b3b8d755f92e5721f (patch) | |
| tree | c970bc82b26b0de234c6b60be7db7f95e17199b9 /src/ChangeLog | |
| parent | 7a3fb1252cb12c742b395fd53a6ce6a9e473704f (diff) | |
| download | emacs-91a3e27bb7ee79474b8b470b3b8d755f92e5721f.tar.gz emacs-91a3e27bb7ee79474b8b470b3b8d755f92e5721f.zip | |
* xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d1343b246ee..6cfb8bd3ed9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xfns.c (Fx_file_dialog): Rename local to avoid shadowing. | ||
| 4 | |||
| 3 | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var. | 5 | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var. |
| 4 | 6 | ||
| 5 | * xfns.c (x_real_positions): Mark locals as initialized. | 7 | * xfns.c (x_real_positions): Mark locals as initialized. |