summaryrefslogtreecommitdiff
path: root/guimb
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-23 06:47:18 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-23 06:47:18 +0000
commit122256d7bc23ecbaefed59caaf1be37872d6dd34 (patch)
treeed7281f458765b4d5747aa0efd8ae1a5f4f8452b /guimb
parentc506ae0b4e28513405e4d7e338dcb8347a08ae66 (diff)
downloadmailutils-122256d7bc23ecbaefed59caaf1be37872d6dd34.tar.gz
mailutils-122256d7bc23ecbaefed59caaf1be37872d6dd34.tar.bz2
(guimb_catch_body): Use scm_c_eval_string
Diffstat (limited to 'guimb')
-rw-r--r--guimb/collect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guimb/collect.c b/guimb/collect.c
index 0d5b35be9..6b63ff790 100644
--- a/guimb/collect.c
+++ b/guimb/collect.c
@@ -196,7 +196,7 @@ guimb_catch_body (void *data, mailbox_t unused)
scm_primitive_load (scm_makfrom0str (gd->program_file));
if (gd->program_expr)
- scm_eval_0str (gd->program_expr);
+ scm_c_eval_string (gd->program_expr);
return SCM_BOOL_F;
}

Return to:

Send suggestions and report system problems to the System administrator.