#| -*-Scheme-*-
-$Id: comman.scm,v 1.78 1994/03/08 20:15:54 cph Exp $
+$Id: comman.scm,v 1.79 1994/10/25 23:57:52 cph Exp $
Copyright (c) 1986, 1989-94 Massachusetts Institute of Technology
(if (command? object)
object
(name->command object)))
+
+(define (copy-command new-name command)
+ (make-command new-name
+ (command-%description command)
+ (command-interactive-specification command)
+ (command-procedure command)))
\f
(define-structure (variable
(constructor %make-variable ())