From bbcf7774a0f020d9c7bfafe006f7b8685471e3ca Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 8 Nov 1991 04:24:44 +0000 Subject: [PATCH] Don't shadow SYMBOL-MACROLET because I've now taught PCL to deal with the real SYMBOL-MACROLET and we want it to use that one instead. --- pcl/pkg.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcl/pkg.lisp b/pcl/pkg.lisp index 9aa006c8f..e5490a3fc 100644 --- a/pcl/pkg.lisp +++ b/pcl/pkg.lisp @@ -41,7 +41,7 @@ *the-pcl-package*) #+CMU -(shadow '(destructuring-bind symbol-macrolet) +(shadow '(destructuring-bind) *the-pcl-package*) #+GCLisp -- GitLab