From: Paul Eggert Date: Wed, 13 Apr 2011 23:02:03 +0000 (-0700) Subject: * fns.c (weak_hash_tables): Now static. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~327 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfcf35798287d2483c1136d156e0f692ccea3b18;p=emacs.git * fns.c (weak_hash_tables): Now static. --- diff --git a/src/ChangeLog b/src/ChangeLog index e2efafb2adc..8d3318449e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2011-04-13 Paul Eggert + * fns.c (weak_hash_tables): Now static. + * fileio.c: Make symbols static if they're not exported. (auto_saving, auto_save_mode_bits, auto_save_error_occurred): (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, /* The list of all weak hash tables. Don't staticpro this one. */ -struct Lisp_Hash_Table *weak_hash_tables; +static struct Lisp_Hash_Table *weak_hash_tables; /* Various symbols. */