1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-06-22 14:47:10 +00:00
parent 5f5d6c621a
commit b5bc4d0572

View file

@ -1,5 +1,7 @@
2004-06-22 Kim F. Storm <storm@cua.dk>
* fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
* lisp.h (struct Lisp_Save_Value): New member dogc.
(SAFE_ALLOCA_LISP): Change second arg to number of elements.
Set dogc member in Lisp_Save_Value object so it will be GC'ed.