aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2004-07-12 14:24:21 +0000
committerKim F. Storm <[email protected]>2004-07-12 14:24:21 +0000
commitf85409d318657d2bf616e23d9a222671de82359b (patch)
tree663a14b8c26d147e41e938a382e3f3c390a269b4
parent3ac08e99645c58c536b755a8f50495861f58157a (diff)
*** empty log message ***
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3d70d69cd6..b3a9386da8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-12 Kim F. Storm <[email protected]>
+
+ * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
+ if GC_MARK_STACK.
+
2004-07-10 Luc Teirlinck <[email protected]>
* buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.