aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-04-13 16:02:03 -0700
committerPaul Eggert2011-04-13 16:02:03 -0700
commitdfcf35798287d2483c1136d156e0f692ccea3b18 (patch)
treebbb33c777a0da4e44f02328ce374aeed8ff34e5e /src
parent5045092bb41620c978e01afe3efef18477ba2760 (diff)
downloademacs-dfcf35798287d2483c1136d156e0f692ccea3b18.tar.gz
emacs-dfcf35798287d2483c1136d156e0f692ccea3b18.zip
* fns.c (weak_hash_tables): Now static.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/fns.c2
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 @@
12011-04-13 Paul Eggert <eggert@cs.ucla.edu> 12011-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.
diff --git a/src/fns.c b/src/fns.c
index 9ced09c38f6..2fee34eaf22 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -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
3354struct Lisp_Hash_Table *weak_hash_tables; 3354static struct Lisp_Hash_Table *weak_hash_tables;
3355 3355
3356/* Various symbols. */ 3356/* Various symbols. */
3357 3357