From: Kim F. Storm Date: Mon, 21 Jun 2004 22:35:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5682 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d33d9939e186ff7d764e60c971c4c62ddcd95e6;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 1abe3bda55d..4310a82ca2b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2004-06-22 Kim F. Storm + + * 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 * lisp.h (MAX_ALLOCA): Define here.