diff options
| author | Richard M. Stallman | 1997-05-10 03:20:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-10 03:20:43 +0000 |
| commit | 27908c4bfec8d9a31aef45281d0affda74d308da (patch) | |
| tree | 6180017b803b6a60e7d579ffcf59bf04cc81e7f7 | |
| parent | 9d991de859ab0d42f6e16373fe522dfeebc0b2f5 (diff) | |
| download | emacs-27908c4bfec8d9a31aef45281d0affda74d308da.tar.gz emacs-27908c4bfec8d9a31aef45281d0affda74d308da.zip | |
(Fread_file_name): Finish previous change.
| -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 9caa355dac5..628179be0bc 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4922,7 +4922,7 @@ DEFUN ("read-file-name", Fread_file_name, Sread_file_name, 1, 5, 0, | |||
| 4922 | val = Fcompleting_read (prompt, intern ("read-file-name-internal"), | 4922 | val = Fcompleting_read (prompt, intern ("read-file-name-internal"), |
| 4923 | dir, mustmatch, | 4923 | dir, mustmatch, |
| 4924 | insert_default_directory ? insdef : Qnil, | 4924 | insert_default_directory ? insdef : Qnil, |
| 4925 | Qfile_name_history); | 4925 | Qfile_name_history, Qnil); |
| 4926 | 4926 | ||
| 4927 | #ifdef VMS | 4927 | #ifdef VMS |
| 4928 | unbind_to (count, Qnil); | 4928 | unbind_to (count, Qnil); |