From: Nikodemus Siivola Date: Wed, 2 Mar 2011 10:59:41 +0000 (+0000) Subject: 1.0.46.21: renaming oops in MAKE-PACKAGE X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8e6218a244d65acbae7ff5d3396705a4dec537d9;hp=8e6218a244d65acbae7ff5d3396705a4dec537d9;p=sbcl.git 1.0.46.21: renaming oops in MAKE-PACKAGE When WITH-PACKAGES was renamed WITH-PACKAGE-GRAPH, MAKE-PACKAGE was not updated -- but amusingly no error was signalled, because * The form was that of a function call, so no program-error. * Before the undefined function could be called, a non-local transfer always took control elsewhere, so no undefined-function error. ---