Mercurial > emacs
changeset 81051:baed9ec7901b
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 23 May 2007 17:28:01 +0000 |
parents | f71cf00a1150 |
children | 23923b3cada1 |
files | etc/TODO |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.