# HG changeset patch # User Gerd Moellmann # Date 994853247 0 # Node ID cb65022a3abba573c423d6f7b3ffb292be2ecd10 # Parent 61ddd379cd65d4be8d234aa14b54181ed051a32f (Finsert_file_contents): Comment fix. diff -r 61ddd379cd65 -r cb65022a3abb src/fileio.c --- a/src/fileio.c Wed Jul 11 12:04:31 2001 +0000 +++ b/src/fileio.c Wed Jul 11 12:07:27 2001 +0000 @@ -4184,8 +4184,9 @@ 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;