Mercurial > emacs
comparison src/ChangeLog @ 85345:35d2f0abc597
(XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY, XBUFFER_OBJFWD)
(XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE): Add type checks.
(SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 17 Oct 2007 02:13:01 +0000 |
parents | 99492f857499 |
children | 689fd5665496 |
comparison
equal
deleted
inserted
replaced
85344:99492f857499 | 85345:35d2f0abc597 |
---|---|
1 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY) | |
4 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE): | |
5 Add type checks. | |
6 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove. | |
2 | 7 |
3 * alloc.c (free_misc): Use XMISCTYPE. | 8 * alloc.c (free_misc): Use XMISCTYPE. |
4 (live_misc_p, gc_sweep): Use Lisp_Misc_Any. | 9 (live_misc_p, gc_sweep): Use Lisp_Misc_Any. |
5 | 10 |
6 2007-10-17 Glenn Morris <rgm@gnu.org> | 11 2007-10-17 Glenn Morris <rgm@gnu.org> |