emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/minibuf.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c,v
Date: Mon, 19 May 2008 11:23:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/19 11:23:53

Index: minibuf.c
===================================================================
RCS file: /sources/emacs/emacs/src/minibuf.c,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -b -r1.350 -r1.351
--- minibuf.c   19 May 2008 11:22:44 -0000      1.350
+++ minibuf.c   19 May 2008 11:23:53 -0000      1.351
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]