]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finsert_file_contents): Comment fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 11 Jul 2001 12:07:27 +0000 (12:07 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 11 Jul 2001 12:07:27 +0000 (12:07 +0000)
src/fileio.c

index becdc9ce008a6cd87f9d470e4be0277f1cd55048..cf03f393328c98a25e71c9ed29ea0b64901e0acf 100644 (file)
@@ -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;