0.8.4.23:
[sbcl.git] / src / pcl / boot.lisp
index 8541b0b..4cfe1fc 100644 (file)
@@ -1907,7 +1907,7 @@ bootstrapping.
                             (method-lambda-list method)))
                     (k (member '&key ll)))
                (if k
-                   (append (ldiff ll (cdr k)) '(&allow-other-keys))
+                   (ldiff ll (cdr k))
                    ll))))
        (arg-info-lambda-list arg-info))))