On Wed, 13 Oct 2010 11:12:59 +0200 Tim Van Holder wrote: > Current bzr (r101947) has 2 issues with completion in the minibuffer: > > Recipe: > > $ emacs -Q > C-x C-f > > Issue #1: > > Enter anything that has a non-unique completion (or don't enter > anything at all after ther default directory name prompt), and press > [tab]. Instead of getting the "[Complete, but not unique]" prompt, you > get an error instead: > minibuffer-completion-help: Wrong type argument: listp, 0 > (the integer varies). > This also happens with non-path completions (e.g. C-h f). This is due to this change: 2010-10-13 IRIE Shinsuke (tiny change) * subr.el (last): Make it faster. (Bug#7174) Here is a fix: