From 869e62b781c09e335c2a0f4044249ca6f121666e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 6 Jul 1999 15:08:04 +0000 Subject: [PATCH] Copy the arguments list returned by *ARGS*. --- v7/src/runtime/advice.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/advice.scm b/v7/src/runtime/advice.scm index 2deed1d4c..e46f42f19 100644 --- a/v7/src/runtime/advice.scm +++ b/v7/src/runtime/advice.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: advice.scm,v 14.15 1999/01/02 06:11:34 cph Exp $ +$Id: advice.scm,v 14.16 1999/07/06 15:08:04 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -154,7 +154,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (define the-result) (define (*args*) - the-arguments) + (list-copy the-arguments)) (define (*proc*) the-procedure) -- 2.25.1