Mercurial > emacs
changeset 17718:ca4e00792be3
(Fread_file_name): Finish previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 10 May 1997 03:20:43 +0000 |
| parents | 4891aaecc5cc |
| children | 78ec737e7154 |
| files | src/fileio.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Sat May 10 03:19:20 1997 +0000 +++ b/src/fileio.c Sat May 10 03:20:43 1997 +0000 @@ -4922,7 +4922,7 @@ 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);
