summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-07 07:26:10 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-07 07:26:10 +0000
commit7f27ada42c3342ed80354cd684f310a6c2d23db8 (patch)
tree95bdbeb124664f5890821aeac5183362d5b03bb8
parente286373ab4711586361e0d167859e16283b37eed (diff)
downloademacs-7f27ada42c3342ed80354cd684f310a6c2d23db8.tar.gz
(Fread_file_name): Pass default to Fcompleting_read.
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 6560f28bb70..9caa355dac5 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4854,7 +4854,7 @@ DIR defaults to current buffer's directory default.")
GCPRO2 (insdef, default_filename);
val = Fcompleting_read (prompt, intern ("read-file-name-internal"),
dir, mustmatch, insdef1,
- Qfile_name_history);
+ Qfile_name_history, default_filename);
#ifdef VMS
unbind_to (count, Qnil);