# HG changeset patch # User Chong Yidong # Date 1174153061 0 # Node ID 273b86e5b88ab6ee57b7ce83cde3d9a5473a1da3 # Parent f99650d3a3a88427e87c6c708bacd66a2564b1fb Add GC_ mark bit cleanup. diff -r f99650d3a3a8 -r 273b86e5b88a etc/TODO --- 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.