Mercurial > emacs
comparison src/ChangeLog @ 94991:a18589a9c8a3
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 15 May 2008 02:45:21 +0000 |
parents | 4acb1f365ac4 |
children | 81e2fa8a8244 |
comparison
equal
deleted
inserted
replaced
94990:eab7f768651d | 94991:a18589a9c8a3 |
---|---|
1 2008-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 | |
1 2008-05-15 Kenichi Handa <handa@m17n.org> | 8 2008-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 |
4 buffer. Check the return value of it. | 11 buffer. Check the return value of it. |
5 | 12 |