diff options
| author | Richard M. Stallman | 1997-05-07 07:26:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-07 07:26:10 +0000 |
| commit | 97d0510c9d629c1a6327159a89055871edb89f44 (patch) | |
| tree | db5282aec2c9614e85089d29ca3113f45572ed65 /src | |
| parent | 1438d2d528efdb7e608eccd16662ca870a3c909f (diff) | |
| download | emacs-97d0510c9d629c1a6327159a89055871edb89f44.tar.gz emacs-97d0510c9d629c1a6327159a89055871edb89f44.zip | |
(Fread_file_name): Pass default to Fcompleting_read.
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 6560f28bb70..9caa355dac5 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4854,7 +4854,7 @@ DIR defaults to current buffer's directory default.") | |||
| 4854 | GCPRO2 (insdef, default_filename); | 4854 | GCPRO2 (insdef, default_filename); |
| 4855 | val = Fcompleting_read (prompt, intern ("read-file-name-internal"), | 4855 | val = Fcompleting_read (prompt, intern ("read-file-name-internal"), |
| 4856 | dir, mustmatch, insdef1, | 4856 | dir, mustmatch, insdef1, |
| 4857 | Qfile_name_history); | 4857 | Qfile_name_history, default_filename); |
| 4858 | 4858 | ||
| 4859 | #ifdef VMS | 4859 | #ifdef VMS |
| 4860 | unbind_to (count, Qnil); | 4860 | unbind_to (count, Qnil); |