diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 50c5a40e6b2..3392a47be09 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -6159,7 +6159,7 @@ DEFUN ("read-file-name-internal", Fread_file_name_internal, Sread_file_name_inte | |||
| 6159 | if (NILP (action)) | 6159 | if (NILP (action)) |
| 6160 | { | 6160 | { |
| 6161 | specdir = Ffile_name_directory (string); | 6161 | specdir = Ffile_name_directory (string); |
| 6162 | val = Ffile_name_completion (name, realdir); | 6162 | val = Ffile_name_completion (name, realdir, Vread_file_name_predicate); |
| 6163 | UNGCPRO; | 6163 | UNGCPRO; |
| 6164 | if (!STRINGP (val)) | 6164 | if (!STRINGP (val)) |
| 6165 | { | 6165 | { |