changeset 95108:2f0a4ded2809

(Finternal_complete_buffer): Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 19 May 2008 11:23:53 +0000
parents ab4a75e53461
children 88a6289c23cb
files src/minibuf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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