diff options
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 038a0b87a2e..ff03046e3ca 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3496,7 +3496,7 @@ This does code conversion according to the value of\n\ | |||
| 3496 | total = READ_BUF_SIZE; | 3496 | total = READ_BUF_SIZE; |
| 3497 | 3497 | ||
| 3498 | if (NILP (visit) && total > 0) | 3498 | if (NILP (visit) && total > 0) |
| 3499 | prepare_to_modify_buffer (PT, PT); | 3499 | prepare_to_modify_buffer (PT, PT, NULL); |
| 3500 | 3500 | ||
| 3501 | move_gap (PT); | 3501 | move_gap (PT); |
| 3502 | if (GAP_SIZE < total) | 3502 | if (GAP_SIZE < total) |