Mercurial > emacs
comparison src/ChangeLog @ 56205:307725d46543
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 22 Jun 2004 14:47:10 +0000 |
parents | 10ec6b8cf09a |
children | e140df89e026 |
comparison
equal
deleted
inserted
replaced
56204:d79e58a67b48 | 56205:307725d46543 |
---|---|
1 2004-06-22 Kim F. Storm <storm@cua.dk> | 1 2004-06-22 Kim F. Storm <storm@cua.dk> |
2 | |
3 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array. | |
2 | 4 |
3 * lisp.h (struct Lisp_Save_Value): New member dogc. | 5 * lisp.h (struct Lisp_Save_Value): New member dogc. |
4 (SAFE_ALLOCA_LISP): Change second arg to number of elements. | 6 (SAFE_ALLOCA_LISP): Change second arg to number of elements. |
5 Set dogc member in Lisp_Save_Value object so it will be GC'ed. | 7 Set dogc member in Lisp_Save_Value object so it will be GC'ed. |
6 (SAFE_FREE_LISP): New macro. | 8 (SAFE_FREE_LISP): New macro. |