diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6cfb8bd3ed9..9c172f5849d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * xfns.c (Fx_file_dialog): Rename local to avoid shadowing. | 3 | * xfns.c (Fx_file_dialog): Rename local to avoid shadowing. |
| 4 | 4 | ||
| 5 | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var. | 5 | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized |
| 6 | var (Bug#8512). | ||
| 6 | 7 | ||
| 7 | * xfns.c (x_real_positions): Mark locals as initialized. | 8 | * xfns.c (x_real_positions): Mark locals as initialized. |
| 8 | 9 | ||