1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(Finsert_file_contents): Comment fix.

This commit is contained in:
Gerd Moellmann 2001-07-11 12:07:27 +00:00
parent a777242c10
commit 5078c8abf3

View 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;