package-error-package
condition => package
condition---a condition of type package-error.
package---a package designator.
Returns a designator for the offending package in the situation represented by the condition.
(package-error-package (make-condition 'package-error :package (find-package "COMMON-LISP"))) => #<Package "COMMON-LISP">
package-error
Go to the first, previous, next, last section, table of contents.