Mercurial > emacs
changeset 38366:cb65022a3abb
(Finsert_file_contents): Comment fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 11 Jul 2001 12:07:27 +0000 |
parents | 61ddd379cd65 |
children | bcff6c46ee05 |
files | src/fileio.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;