From 0a2e84267347bf5c7cd6bfffa7885b3b6090d3d7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 6 Jan 2012 09:09:40 -0800 Subject: Annotation 4 from http://paste.lisp.org/display/72068 Fix lies in the documentation about #@() . [Note: diff contains no such documentation fix.] --- pkg.lisp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'pkg.lisp') diff --git a/pkg.lisp b/pkg.lisp index 39e34fb..1346a12 100644 --- a/pkg.lisp +++ b/pkg.lisp @@ -1,14 +1,3 @@ -; -; Changes: -; -; - Default behavior is not to keep any symbols. The KEEP-ALL directive -; has been introduced for requesting the old default behavior. -; - The anonymous package is not deleted. This would be hostile to -; debugging code in which local variables and such are homeless syms. -; - The INTERN directive is renamed UNIQUE. It has a new behavior: -; symbols created by it are not propagated to the surrounding -; package, even if they are on the KEEP list. - ;;; ;;; PKG---read time manipulation of package visibility. ;;; -- cgit v1.2.3