Fix format argument handling of ASSERT-SYMBOL-HOME-PACKAGE-UNLOCKED
commit6fbbc81dcb29357681ff241c10f9c9f2bf081161
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Tue, 16 Jul 2013 17:52:01 +0000 (16 19:52 +0200)
committerChristophe Rhodes <csr21@cantab.net>
Wed, 22 Jan 2014 11:39:08 +0000 (22 11:39 +0000)
tree9259ce60db5176745820dd375581c3291205afe3
parentda5e41cdefdabde48c87b6b6cf914f4e1ed1bf9f
Fix format argument handling of ASSERT-SYMBOL-HOME-PACKAGE-UNLOCKED

* ASSERT-SYMBOL-HOME-PACKAGE-UNLOCKED was already used as if it
  accepted an optional format string and format arguments, but that
  was not the case, previously

* ASSERT-SYMBOL-HOME-PACKAGE-UNLOCKED has been slightly simplified
src/code/target-package.lisp
tests/package-locks.impure.lisp