From: Chong Yidong Date: Sat, 17 Mar 2007 17:37:41 +0000 (+0000) Subject: Add GC_ mark bit cleanup. X-Git-Tag: emacs-pretest-22.0.96~133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dcbccc4db53a359c856545986af86dea83d8a06b;p=emacs.git Add GC_ mark bit cleanup. --- diff --git a/etc/TODO b/etc/TODO index 49c3e0a0489..345e15fafa8 100644 --- a/etc/TODO +++ b/etc/TODO @@ -509,6 +509,9 @@ but which can also be used as a modifier). * 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.