aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-05-19 11:23:53 +0000
committerStefan Monnier2008-05-19 11:23:53 +0000
commit73913e2eb51e2a615d4281412726e0c0fe228bfa (patch)
tree571084b47ce0ded1a144c0210d47c6197a6b8619
parent8c2dccbf9d50500ae749e008cf326f206e747ed9 (diff)
downloademacs-73913e2eb51e2a615d4281412726e0c0fe228bfa.tar.gz
emacs-73913e2eb51e2a615d4281412726e0c0fe228bfa.zip
(Finternal_complete_buffer): Typo.
-rw-r--r--src/minibuf.c2
1 files changed, 1 insertions, 1 deletions
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',
1960 return Ftry_completion (string, Vbuffer_alist, predicate); 1960 return Ftry_completion (string, Vbuffer_alist, predicate);
1961 else if (EQ (flag, Qt)) 1961 else if (EQ (flag, Qt))
1962 { 1962 {
1963 Lisp_Object res = Fall_completions (string, Vbuffer_alist, predicate); 1963 Lisp_Object res = Fall_completions (string, Vbuffer_alist, predicate, Qnil);
1964 if (SCHARS (string) > 0) 1964 if (SCHARS (string) > 0)
1965 return res; 1965 return res;
1966 else 1966 else