# HG changeset patch # User Stefan Monnier # Date 1179941281 0 # Node ID baed9ec7901b68f0983bf6487e44c75e0e643f91 # Parent f71cf00a115069c391050024df2a12432d442351 *** empty log message *** diff -r f71cf00a1150 -r baed9ec7901b etc/TODO --- a/etc/TODO Wed May 23 12:38:59 2007 +0000 +++ b/etc/TODO Wed May 23 17:28:01 2007 +0000 @@ -553,6 +553,10 @@ ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction since the mark bit is no longer stored in the Lisp_Object itself. +** Refine the `predicate' arg to read-file-name. + Currently, it mixes up the predicate to apply when doing completion and the + one to use when terminating the selection. + ** 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.