diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-07 07:26:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-07 07:26:10 +0000 |
commit | 97d0510c9d629c1a6327159a89055871edb89f44 (patch) | |
tree | db5282aec2c9614e85089d29ca3113f45572ed65 /src/fileio.c | |
parent | 1438d2d528efdb7e608eccd16662ca870a3c909f (diff) | |
download | emacs-97d0510c9d629c1a6327159a89055871edb89f44.tar.gz |
(Fread_file_name): Pass default to Fcompleting_read.
Diffstat (limited to 'src/fileio.c')
-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 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); |