Mercurial > emacs
changeset 17691:ad3a8768539a
(Fread_file_name): Pass default to Fcompleting_read.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 May 1997 07:26:10 +0000 |
parents | 3fa9da85b3ea |
children | 426dde653028 |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Wed May 07 04:01:44 1997 +0000 +++ b/src/fileio.c Wed May 07 07:26:10 1997 +0000 @@ -4854,7 +4854,7 @@ 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);