Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5078c8ab
Commit
5078c8ab
authored
Jul 11, 2001
by
Gerd Moellmann
Browse files
(Finsert_file_contents): Comment fix.
parent
a777242c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/fileio.c
src/fileio.c
+3
-2
No files found.
src/fileio.c
View file @
5078c8ab
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment