diff options
| author | Paul Eggert | 2011-04-13 16:02:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 16:02:03 -0700 |
| commit | dfcf35798287d2483c1136d156e0f692ccea3b18 (patch) | |
| tree | bbb33c777a0da4e44f02328ce374aeed8ff34e5e /src/ChangeLog | |
| parent | 5045092bb41620c978e01afe3efef18477ba2760 (diff) | |
| download | emacs-dfcf35798287d2483c1136d156e0f692ccea3b18.tar.gz emacs-dfcf35798287d2483c1136d156e0f692ccea3b18.zip | |
* fns.c (weak_hash_tables): Now static.
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 e2efafb2adc..8d3318449e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * fns.c (weak_hash_tables): Now static. | ||
| 4 | |||
| 3 | * fileio.c: Make symbols static if they're not exported. | 5 | * fileio.c: Make symbols static if they're not exported. |
| 4 | (auto_saving, auto_save_mode_bits, auto_save_error_occurred): | 6 | (auto_saving, auto_save_mode_bits, auto_save_error_occurred): |
| 5 | (Vwrite_region_annotation_buffers): Now static. | 7 | (Vwrite_region_annotation_buffers): Now static. |