Don't need &allow-other-key here
Mon Jan 4 06:58:51 UTC 2010 pix@kepibu.org
* Don't need &allow-other-key here
diff -rN -u old-Oh, Ducks!/traversal/dom.lisp new-Oh, Ducks!/traversal/dom.lisp
--- old-Oh, Ducks!/traversal/dom.lisp 2013-06-11 13:43:52.000000000 +0000
+++ new-Oh, Ducks!/traversal/dom.lisp 2013-06-11 13:43:52.000000000 +0000
@@ -7,10 +7,9 @@
(defmethod unify:unify ((template oh-ducks::css-selector-template)
(document dom:document)
&optional (env (unify:make-empty-environment))
- &key &allow-other-keys)
+ &key)
(unify:unify template (dom:document-element document) env))
-
;;; general accessors
(defmethod element-children ((element dom:element))