summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-10 03:20:43 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-10 03:20:43 +0000
commit27908c4bfec8d9a31aef45281d0affda74d308da (patch)
tree6180017b803b6a60e7d579ffcf59bf04cc81e7f7 /src/fileio.c
parent9d991de859ab0d42f6e16373fe522dfeebc0b2f5 (diff)
downloademacs-27908c4bfec8d9a31aef45281d0affda74d308da.tar.gz
(Fread_file_name): Finish previous change.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
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,
val = Fcompleting_read (prompt, intern ("read-file-name-internal"),
dir, mustmatch,
insert_default_directory ? insdef : Qnil,
- Qfile_name_history);
+ Qfile_name_history, Qnil);
#ifdef VMS
unbind_to (count, Qnil);