From 85a318a2a4026fb4254525ae5df7fc5185e949e1 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 6 Jan 2012 09:06:17 -0800 Subject: Annotation 2 from http://paste.lisp.org/display/72068 Bugfix: find-package invoked on package object. [Note: no such fix is evident in the diff.] --- pkg.lisp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pkg.lisp') 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)) - -- cgit v1.2.3