From 480fa28d20cd1a51bab03867bc077a047bc89dda Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Thu, 3 Oct 2002 22:23:43 +0000 Subject: Refer to provided? rather than the deprecated feature?. --- libguile/script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libguile/script.c') diff --git a/libguile/script.c b/libguile/script.c index dfbe74d13..f3d89dc3e 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -656,8 +656,8 @@ scm_compile_shell_switches (int argc, char **argv) } /* If debugging was requested, or we are interactive and debugging - was not explicitely turned off, turn on debugging. */ - if (turn_on_debugging || (interactive && !dont_turn_on_debugging)) + was not explicitly turned off, turn on debugging. */ + if (turn_on_debugging || (interactive && !dont_turn_on_debugging)) { tail = scm_cons (scm_cons (sym_turn_on_debugging, SCM_EOL), tail); } -- cgit v1.2.3