From 86d31dfe7d0754b863863f6544c75097ef68fe8c Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 15 May 2001 14:57:22 +0000 Subject: Merge from mvo-vcell-cleanup-1-branch. --- libguile/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/script.c') diff --git a/libguile/script.c b/libguile/script.c index ae2a738e0..2bcb184a1 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -571,7 +571,7 @@ scm_compile_shell_switches (int argc, char **argv) scm_set_program_arguments (argc ? argc - i : 0, argv + i, argv0); /* If the --emacs switch was set, now is when we process it. */ - scm_sysintern ("use-emacs-interface", SCM_BOOL (use_emacs_interface)); + scm_c_define ("use-emacs-interface", SCM_BOOL (use_emacs_interface)); /* Handle the `-e' switch, if it was specified. */ if (!SCM_NULLP (entry_point)) -- cgit v1.2.3