summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg.lisp8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg.lisp b/pkg.lisp
index 2d98af7..997939f 100644
--- a/pkg.lisp
+++ b/pkg.lisp
@@ -1,10 +1,3 @@
-; Previous versions were not importing NIL from surrounding package into
-; the anonymous package, because (IMPORT NIL ...) interprets NIL as an empty
-; list. This inheritance is now done via a more sophisticated package cloning
-; operation, which steals the present symbols, package use list and shadowing
-; list of the package.
-; The useful directive IN is added.
-
;;;
;;; PKG---read time manipulation of package visibility.
;;;
@@ -369,4 +362,3 @@
(env-retain-syms *env*)))))
(set-dispatch-macro-character #\# #\@ #'dispatch-macro))
-