Skip to content
Snippets Groups Projects
Commit b980ea9e authored by pw's avatar pw
Browse files

Remove :common-lisp from the use list of the SLOT-ACCESSOR-NAMES package.

This is in alignment with other package changes and gets rid of a
load-time warning.
parent bc3330e7
No related branches found
No related tags found
No related merge requests found
(in-package "PCL")
(unless (find-package "SLOT-ACCESSOR-NAME")
(make-package "SLOT-ACCESSOR-NAME"))
(make-package "SLOT-ACCESSOR-NAME" :use nil))
(rename-package "PCL" "PCL" '("OLD-PCL"))
(rename-package "SLOT-ACCESSOR-NAME" "SLOT-ACCESSOR-NAME"
'("OLD-SLOT-ACCESSOR-NAME"))
......
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