diff options
| author | Gerd Moellmann | 2001-07-11 12:07:27 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-11 12:07:27 +0000 |
| commit | 5078c8abf35fd1166acd6e2251a65831cc87611d (patch) | |
| tree | 633103728288c4ea0ac42d56e387d5a80c6044b0 /src | |
| parent | a777242c10576376b0757aac8b775b38015a14d2 (diff) | |
| download | emacs-5078c8abf35fd1166acd6e2251a65831cc87611d.tar.gz emacs-5078c8abf35fd1166acd6e2251a65831cc87611d.zip | |
(Finsert_file_contents): Comment fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index becdc9ce008..cf03f393328 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4184,8 +4184,9 @@ actually used.") | |||
| 4184 | if (not_regular && GAP_SIZE < trytry) | 4184 | if (not_regular && GAP_SIZE < trytry) |
| 4185 | make_gap (total - GAP_SIZE); | 4185 | make_gap (total - GAP_SIZE); |
| 4186 | 4186 | ||
| 4187 | /* Allow quitting out of the actual I/O. If we do, | 4187 | /* Allow quitting out of the actual I/O. If a C-g interrupts |
| 4188 | remove 's */ | 4188 | this, make sure that no invalid characters remain |
| 4189 | in the undecoded part read. */ | ||
| 4189 | record_unwind_protect (unwind_read, | 4190 | record_unwind_protect (unwind_read, |
| 4190 | Fcons (make_number (inserted), visit)); | 4191 | Fcons (make_number (inserted), visit)); |
| 4191 | immediate_quit = 1; | 4192 | immediate_quit = 1; |