emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c,v
Date: Sun, 17 Dec 2006 20:11:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/12/17 20:11:17

Index: fileio.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fileio.c,v
retrieving revision 1.576
retrieving revision 1.577
diff -u -b -r1.576 -r1.577
--- fileio.c    4 Dec 2006 08:16:47 -0000       1.576
+++ fileio.c    17 Dec 2006 20:11:16 -0000      1.577
@@ -6159,7 +6159,7 @@
   if (NILP (action))
     {
       specdir = Ffile_name_directory (string);
-      val = Ffile_name_completion (name, realdir);
+      val = Ffile_name_completion (name, realdir, Vread_file_name_predicate);
       UNGCPRO;
       if (!STRINGP (val))
        {




reply via email to

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