aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 742c7ad95fe..5c81f0a2088 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3334,6 +3334,8 @@ actually used.")
3334 { 3334 {
3335 val = call6 (handler, Qinsert_file_contents, filename, 3335 val = call6 (handler, Qinsert_file_contents, filename,
3336 visit, beg, end, replace); 3336 visit, beg, end, replace);
3337 if (CONSP (val) && CONSP (XCONS (val)->cdr))
3338 inserted = XINT (XCONS (XCONS (val)->cdr)->cdr);
3337 goto handled; 3339 goto handled;
3338 } 3340 }
3339 3341