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 | |
| parent | 5045092bb41620c978e01afe3efef18477ba2760 (diff) | |
| download | emacs-dfcf35798287d2483c1136d156e0f692ccea3b18.tar.gz emacs-dfcf35798287d2483c1136d156e0f692ccea3b18.zip | |
* fns.c (weak_hash_tables): Now static.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/fns.c | 2 |
2 files changed, 3 insertions, 1 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. |
| @@ -3351,7 +3351,7 @@ base64_decode_1 (const char *from, char *to, EMACS_INT length, | |||
| 3351 | 3351 | ||
| 3352 | /* The list of all weak hash tables. Don't staticpro this one. */ | 3352 | /* The list of all weak hash tables. Don't staticpro this one. */ |
| 3353 | 3353 | ||
| 3354 | struct Lisp_Hash_Table *weak_hash_tables; | 3354 | static struct Lisp_Hash_Table *weak_hash_tables; |
| 3355 | 3355 | ||
| 3356 | /* Various symbols. */ | 3356 | /* Various symbols. */ |
| 3357 | 3357 | ||