Copy the arguments list returned by *ARGS*.
authorChris Hanson <org/chris-hanson/cph>
Tue, 6 Jul 1999 15:08:04 +0000 (15:08 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 6 Jul 1999 15:08:04 +0000 (15:08 +0000)
v7/src/runtime/advice.scm

index 2deed1d4c71e1ca1277f6c41665028108c6d3cdd..e46f42f19f9c9228c0013ded9fbb97aebe7541f9 100644 (file)
@@ -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)