Mercurial > emacs
comparison src/ChangeLog @ 64316:d21c25ca893f
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 14 Jul 2005 11:23:40 +0000 |
parents | cdd86e79cd72 |
children | f481f3898c0f |
comparison
equal
deleted
inserted
replaced
64315:b12b140acf8b | 64316:d21c25ca893f |
---|---|
1 2005-07-14 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * lread.c (syms_of_lread): Initialize seen_list. | |
4 | |
5 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp. | |
6 | |
7 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state. | |
8 Staticpro re_match_object. | |
9 | |
1 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 10 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 11 |
3 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer | 12 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer |
4 dereference. | 13 dereference. |
5 | 14 |