Mercurial > emacs
comparison src/ChangeLog @ 56429:65eb0cb0f21f
(syms_of_search): staticpro
`saved_last_thing_searched'. Apparently fixes an abort condition.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Thu, 15 Jul 2004 03:01:08 +0000 |
parents | 0eb4c89378bd |
children | d0bec75e8763 |
comparison
equal
deleted
inserted
replaced
56428:46e4678210f7 | 56429:65eb0cb0f21f |
---|---|
1 2004-07-15 David Kastrup <dak@gnu.org> | |
2 | |
3 * search.c (syms_of_search): staticpro | |
4 `saved_last_thing_searched'. Apparently fixes an abort condition. | |
5 | |
1 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | 6 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> |
2 | 7 |
3 * fileio.c (Fvisited_file_modtime): Return a list of two integers, | 8 * fileio.c (Fvisited_file_modtime): Return a list of two integers, |
4 instead of a cons. | 9 instead of a cons. |
5 | 10 |