X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fpackage.lisp;h=e3d5b84ea194873cbf546f925a901b605e130e91;hb=d720bc359f03734ccb9baf66cb45dc01d623f369;hp=4a9f7ad22c46a68de1c1bd7d6901da5dc7dcccaf;hpb=3b0286241ce0ef2eec2e66c01f7a49c7c9f3a461;p=sbcl.git diff --git a/src/code/package.lisp b/src/code/package.lisp index 4a9f7ad..e3d5b84 100644 --- a/src/code/package.lisp +++ b/src/code/package.lisp @@ -370,7 +370,7 @@ of :INHERITED :EXTERNAL :INTERNAL." (setf ,',counter nil))))))))))))) ,@body)))))))) -(defmacro-mundanely with-packages ((&key) &body forms) +(defmacro-mundanely with-package-graph ((&key) &body forms) `(flet ((thunk () ,@forms)) (declare (dynamic-extent #'thunk)) - (call-with-packages #'thunk))) + (call-with-package-graph #'thunk)))