# HG changeset patch # User Stefan Monnier # Date 1211196233 0 # Node ID 2f0a4ded28093bb2834bfbd5e5c5662649314c49 # Parent ab4a75e53461f8c6b4601d6f8445f0ebb0344210 (Finternal_complete_buffer): Typo. diff -r ab4a75e53461 -r 2f0a4ded2809 src/minibuf.c --- a/src/minibuf.c Mon May 19 11:22:44 2008 +0000 +++ b/src/minibuf.c Mon May 19 11:23:53 2008 +0000 @@ -1960,7 +1960,7 @@ return Ftry_completion (string, Vbuffer_alist, predicate); else if (EQ (flag, Qt)) { - Lisp_Object res = Fall_completions (string, Vbuffer_alist, predicate); + Lisp_Object res = Fall_completions (string, Vbuffer_alist, predicate, Qnil); if (SCHARS (string) > 0) return res; else