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 9caa355dac5..628179be0bc 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4922,7 +4922,7 @@ DEFUN ("read-file-name", Fread_file_name, Sread_file_name, 1, 5, 0, | |||
| 4922 | val = Fcompleting_read (prompt, intern ("read-file-name-internal"), | 4922 | val = Fcompleting_read (prompt, intern ("read-file-name-internal"), |
| 4923 | dir, mustmatch, | 4923 | dir, mustmatch, |
| 4924 | insert_default_directory ? insdef : Qnil, | 4924 | insert_default_directory ? insdef : Qnil, |
| 4925 | Qfile_name_history); | 4925 | Qfile_name_history, Qnil); |
| 4926 | 4926 | ||
| 4927 | #ifdef VMS | 4927 | #ifdef VMS |
| 4928 | unbind_to (count, Qnil); | 4928 | unbind_to (count, Qnil); |