diff options
| author | Paul Eggert | 2011-04-16 13:21:26 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 13:21:26 -0700 |
| commit | c339dc2e7e86248a60f484ccdca228ed68826c0b (patch) | |
| tree | c3518bf515999b82ff8b37a0ccdf15a698c8c217 /src/ChangeLog | |
| parent | 94578f9cc20799f18df786248afd235bb06f423e (diff) | |
| download | emacs-c339dc2e7e86248a60f484ccdca228ed68826c0b.tar.gz emacs-c339dc2e7e86248a60f484ccdca228ed68826c0b.zip | |
* emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
so that we aren't warned about unused symbols.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9c172f5849d..d555e74c219 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used, | ||
| 4 | so that we aren't warned about unused symbols. | ||
| 5 | |||
| 3 | * xfns.c (Fx_file_dialog): Rename local to avoid shadowing. | 6 | * xfns.c (Fx_file_dialog): Rename local to avoid shadowing. |
| 4 | 7 | ||
| 5 | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized | 8 | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized |