&allow-other-keys is not actually necessary
Sat Jan 2 08:38:38 UTC 2010 pix@kepibu.org
* &allow-other-keys is not actually necessary
hunk ./templates.lisp 48
-(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)
hunk ./unify.lisp 5
- &key &allow-other-keys)
+ &key)
hunk ./unify.lisp 13
- &key &allow-other-keys)
+ &key)
hunk ./unify.lisp 58
- &key &allow-other-keys)
+ &key)
hunk ./unify.lisp 63
- &key &allow-other-keys)
+ &key)
hunk ./unify.lisp 68
- &key &allow-other-keys)
+ &key)