Skip to content
Snippets Groups Projects
Commit 33f928e4 authored by pfdietz's avatar pfdietz
Browse files

Move package iterator auxiliary functions and macros to ansi-aux.lsp,

where they can be compiled.

Added SAFELY-DELETE-PACKAGE, which unlinks a package's users before
deleting it.  This was prompted by a bug in use-package.error.2.
Replace uses of delete-package or (ignore-errors (delete-package ...))
in the tests with calls to this new function.

Some comment and indentation fixes.
parent 644feb84
No related branches found
No related tags found
No related merge requests found
Showing with 1126 additions and 1111 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment