summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-07-11 12:07:27 +0000
committerGerd Moellmann <gerd@gnu.org>2001-07-11 12:07:27 +0000
commit5078c8abf35fd1166acd6e2251a65831cc87611d (patch)
tree633103728288c4ea0ac42d56e387d5a80c6044b0
parenta777242c10576376b0757aac8b775b38015a14d2 (diff)
downloademacs-5078c8abf35fd1166acd6e2251a65831cc87611d.tar.gz
(Finsert_file_contents): Comment fix.
-rw-r--r--src/fileio.c5
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.")
if (not_regular && GAP_SIZE < trytry)
make_gap (total - GAP_SIZE);
- /* Allow quitting out of the actual I/O. If we do,
- remove 's */
+ /* Allow quitting out of the actual I/O. If a C-g interrupts
+ this, make sure that no invalid characters remain
+ in the undecoded part read. */
record_unwind_protect (unwind_read,
Fcons (make_number (inserted), visit));
immediate_quit = 1;