aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c996cdb5f8b..34bf8b41b45 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12005-04-04 Kim F. Storm <storm@cua.dk> 12005-04-04 Kim F. Storm <storm@cua.dk>
2 2
3 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
4
3 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry. 5 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
4 Call it again after autoload. 6 Call it again after autoload.
5 7