From bde3ab513423770a96b71dc45cd3e671a1cea854 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 23 Oct 1991 17:03:25 +0000
Subject: [PATCH] Deleted #. in export to be like the distribution.

---
 pcl/pkg.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pcl/pkg.lisp b/pcl/pkg.lisp
index 855c22ebc..9aa006c8f 100644
--- a/pcl/pkg.lisp
+++ b/pcl/pkg.lisp
@@ -121,7 +121,7 @@
 );eval-when 
 
 #-(or KCL IBCL)
-(export '#.*exports* *the-pcl-package*)
+(export *exports* *the-pcl-package*)
 
 #+(or KCL IBCL)
 (mapc 'export (list *exports*) (list *the-pcl-package*))
-- 
GitLab