X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-package.lisp;h=5caa5254e68aa2a2f5d4f1f47af9f62ee887a54b;hb=dca55270cf662763243dfc8ee207370473da2a6f;hp=ad9dc71eaf33c551a463ff97b6c97bb48070bf8a;hpb=9cd69ef4f515e7917da3cc69ed228d520b6bcd29;p=sbcl.git diff --git a/src/code/target-package.lisp b/src/code/target-package.lisp index ad9dc71..5caa525 100644 --- a/src/code/target-package.lisp +++ b/src/code/target-package.lisp @@ -818,7 +818,8 @@ (when cset (cerror "Unintern the conflicting symbols in the ~2*~A package." - "Use'ing package ~A results in name conflicts for these symbols:~%~S" + "Using package ~A results in name conflicts for these symbols:~%~ + ~S" (package-%name pkg) cset (package-%name package)) (dolist (s cset) (moby-unintern s package))))