diff options
Diffstat (limited to 'pkg.lisp')
-rw-r--r-- | pkg.lisp | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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. ;;; |