aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-05-15 02:45:21 +0000
committerChong Yidong2008-05-15 02:45:21 +0000
commitd0e4433b0aa13a578e533c7635e8bfde5711fef7 (patch)
treee9be460118302b2289ddebb23b8a5896ee26dcf9
parentc1d119ea0255d168c9d94a174685e4ed6edb905c (diff)
downloademacs-d0e4433b0aa13a578e533c7635e8bfde5711fef7.tar.gz
emacs-d0e4433b0aa13a578e533c7635e8bfde5711fef7.zip
* fns.c (init_fns): Don't initialize weak_hash_tables here.
(init_weak_hash_tables): New fun. Initialize weak_hash_tables. * alloc.c (init_alloc_once): Call init_weak_hash_tables.
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a47d774c6a5..660e68bb865 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12008-05-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * fns.c (init_fns): Don't initialize weak_hash_tables here.
4 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
5
6 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
7
12008-05-15 Kenichi Handa <handa@m17n.org> 82008-05-15 Kenichi Handa <handa@m17n.org>
2 9
3 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte 10 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte