Mercurial > emacs
diff src/ChangeLog @ 56240:710d37addaba
*** empty log message ***
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Thu, 24 Jun 2004 22:02:23 +0000 |
| parents | b8ba538f6095 |
| children | b071073897ad |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jun 24 22:01:27 2004 +0000 +++ b/src/ChangeLog Thu Jun 24 22:02:23 2004 +0000 @@ -1,3 +1,13 @@ +2004-06-25 Kim F. Storm <storm@cua.dk> + + * alloc.c (allocate_misc): Update total_free_markers. + (free_misc): New function. + (safe_alloca_unwind, free_marker): Use it. + + * lisp.h (free_misc): Add prototype. + + * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs. + 2004-06-24 Richard M. Stallman <rms@gnu.org> * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
