From 73913e2eb51e2a615d4281412726e0c0fe228bfa Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 19 May 2008 11:23:53 +0000 Subject: [PATCH] (Finternal_complete_buffer): Typo. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minibuf.c b/src/minibuf.c index 907c21cff44..f6bd9dd8ead 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1960,7 +1960,7 @@ The arguments STRING and PREDICATE are as in `try-completion', 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 -- 2.39.2