]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 21 Jun 2004 22:35:00 +0000 (22:35 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 21 Jun 2004 22:35:00 +0000 (22:35 +0000)
src/ChangeLog

index 1abe3bda55d71b04cc27216f1ae847f505ca2199..4310a82ca2bef1a76430dec4056cc992c73f2bef 100644 (file)
@@ -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.