Removed EXPORT of APPLY-SUBSTITUTION as it is already in the DEFPACKAGE.
Thu Jul 10 17:39:16 UTC 2008 mantoniotti
* Removed EXPORT of APPLY-SUBSTITUTION as it is already in the DEFPACKAGE.
hunk ./apply-substitution.lisp 21
- (t (warn "~S is a free variable in the current environment." s)
+ (t (warn "~S is a free variable in the current environment."
+ s)
hunk ./apply-substitution.lisp 34
-(export '(apply-substitution))
-
-