changeset 76474:273b86e5b88a

Add GC_ mark bit cleanup.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 17 Mar 2007 17:37:41 +0000
parents f99650d3a3a8
children 321e7fa1c51d
files etc/TODO
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/TODO	Sat Mar 17 17:36:54 2007 +0000
+++ b/etc/TODO	Sat Mar 17 17:37:41 2007 +0000
@@ -509,6 +509,9 @@
 
 * Internal changes
 
+** Cleanup all the GC_ mark bit stuff -- there is no longer any distiction
+   since the mark bit is no longer stored in the Lisp_Object itself.
+
 ** Merge ibuffer.el and buff-menu.el.
    More specifically do what's needed to make ibuffer.el the default,
    or just an extension of buff-menu.el.