From 5078c8abf35fd1166acd6e2251a65831cc87611d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 11 Jul 2001 12:07:27 +0000 Subject: [PATCH] (Finsert_file_contents): Comment fix. --- src/fileio.c | 5 +++-- 1 file 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; -- 2.39.2