# HG changeset patch
# User Kim F. Storm <storm@cua.dk>
# Date 1087857300 0
# Node ID fb8588385aacda04d4f84e7349b6405d3c5c5f33
# Parent  abdb38fe88c52f9dbef2fb5e352f3ee7410fa6ba
*** empty log message ***

diff -r abdb38fe88c5 -r fb8588385aac src/ChangeLog
--- a/src/ChangeLog	Mon Jun 21 21:55:56 2004 +0000
+++ b/src/ChangeLog	Mon Jun 21 22:35:00 2004 +0000
@@ -1,3 +1,11 @@
+2004-06-22  Kim F. Storm  <storm@cua.dk>
+
+	* lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
+	Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
+	in that memory area are unknown to GC.  Add comments.
+
+	* fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
+
 2004-06-21  Kim F. Storm  <storm@cua.dk>
 
 	* lisp.h (MAX_ALLOCA): Define here.