aboutsummaryrefslogtreecommitdiff
path: root/src/guile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/guile.c')
-rw-r--r--src/guile.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/guile.c b/src/guile.c
index 254d671..1190fa7 100644
--- a/src/guile.c
+++ b/src/guile.c
@@ -881,3 +881,9 @@ guile_apply(struct grecs_node *node)
}
}
+void
+guile_done()
+{
+ if (script_done_expr)
+ scm_c_eval_string(script_done_expr);
+}

Return to:

Send suggestions and report system problems to the System administrator.