&allow-other-keys is not actually necessary
templates.lisp
Sat Jan 2 08:38:38 UTC 2010 pix@kepibu.org
* &allow-other-keys is not actually necessary
--- old-Oh, Ducks!/templates.lisp 2015-12-05 19:05:05.000000000 +0000
+++ new-Oh, Ducks!/templates.lisp 2015-12-05 19:05:05.000000000 +0000
@@ -45,7 +45,7 @@
:css-specifiers rest
:parent selector))))))
-(defmethod initialize-instance :after ((template css-selector-template) &key css-specifiers parent &allow-other-keys)
+(defmethod initialize-instance :after ((template css-selector-template) &key css-specifiers parent)
(let* ((spec (template-spec template))
(specifiers-and-vars (or css-specifiers (if (%spec-includes-opts spec)
(cddr spec)