diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 17:37:41 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 17:37:41 +0000 |
commit | dcbccc4db53a359c856545986af86dea83d8a06b (patch) | |
tree | f921ff59efbd8b2004c6e2d018a23aaacd1a7c06 /etc/TODO | |
parent | 59ddb0dd845fe41eb573f382e42b81d5eeae6f78 (diff) | |
download | emacs-dcbccc4db53a359c856545986af86dea83d8a06b.tar.gz |
Add GC_ mark bit cleanup.
Diffstat (limited to 'etc/TODO')
-rw-r--r-- | etc/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |