diff options
-rw-r--r-- | pkg.lisp | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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)) - |