Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jul 15 00:38:38 2004 +0000 +++ b/src/ChangeLog Thu Jul 15 03:01:08 2004 +0000 @@ -1,3 +1,8 @@ +2004-07-15 David Kastrup <dak@gnu.org> + + * search.c (syms_of_search): staticpro + `saved_last_thing_searched'. Apparently fixes an abort condition. + 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> * fileio.c (Fvisited_file_modtime): Return a list of two integers,
