emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 21 Jun 2004 18:34:56 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3763 emacs/src/ChangeLog:1.3764
*** emacs/src/ChangeLog:1.3763  Mon Jun 21 21:50:52 2004
--- emacs/src/ChangeLog Mon Jun 21 22:35:00 2004
***************
*** 1,3 ****
--- 1,11 ----
+ 2004-06-22  Kim F. Storm  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * lisp.h (MAX_ALLOCA): Define here.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]