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
b69a8fdc
Commit
b69a8fdc
authored
Jun 12, 1998
by
Kenichi Handa
Browse files
(Finsert_file_contents): After calling handler,
get INSERTED from the handler's value.
parent
bb98ead9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/fileio.c
src/fileio.c
+2
-0
No files found.
src/fileio.c
View file @
b69a8fdc
...
...
@@ -3334,6 +3334,8 @@ actually used.")
{
val
=
call6
(
handler
,
Qinsert_file_contents
,
filename
,
visit
,
beg
,
end
,
replace
);
if
(
CONSP
(
val
)
&&
CONSP
(
XCONS
(
val
)
->
cdr
))
inserted
=
XINT
(
XCONS
(
XCONS
(
val
)
->
cdr
)
->
cdr
);
goto
handled
;
}
...
...
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