diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
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 |